diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-07-21 16:03:45 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-07-21 16:03:45 +0800 |
commit | d7bf8c4bf10cbf60272ee0896d9282280424519d (patch) | |
tree | 656c539c03689eff1a4b04c96b1c32b9e0710983 /store/config/nvim/lua/plugins.lua | |
parent | 4bad74d2fea0e6ac9bd452cb0fc3473ec7b06746 (diff) | |
download | crupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.tar.gz crupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.tar.bz2 crupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.zip |
Diffstat (limited to 'store/config/nvim/lua/plugins.lua')
-rw-r--r-- | store/config/nvim/lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/store/config/nvim/lua/plugins.lua b/store/config/nvim/lua/plugins.lua index 85de362..b511c5a 100644 --- a/store/config/nvim/lua/plugins.lua +++ b/store/config/nvim/lua/plugins.lua @@ -31,10 +31,12 @@ return { dependencies = { 'nvim-lua/plenary.nvim' } }, { "lewis6991/gitsigns.nvim" }, + { "sindrets/diffview.nvim" }, { "hrsh7th/nvim-cmp" }, { "hrsh7th/cmp-nvim-lsp" }, { "hrsh7th/cmp-buffer" }, { "hrsh7th/cmp-path" }, + { "echasnovski/mini.bufremove" }, { "windwp/nvim-autopairs" }, { "mfussenegger/nvim-lint" }, } |