aboutsummaryrefslogtreecommitdiff
path: root/store/config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-07-21 16:03:45 +0800
committerYuqian Yang <crupest@crupest.life>2025-07-21 16:03:45 +0800
commitd7bf8c4bf10cbf60272ee0896d9282280424519d (patch)
tree656c539c03689eff1a4b04c96b1c32b9e0710983 /store/config/nvim/lua/plugins.lua
parent4bad74d2fea0e6ac9bd452cb0fc3473ec7b06746 (diff)
downloadcrupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.tar.gz
crupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.tar.bz2
crupest-d7bf8c4bf10cbf60272ee0896d9282280424519d.zip
nvim: add 2 plugins.HEADmaindev
Diffstat (limited to 'store/config/nvim/lua/plugins.lua')
-rw-r--r--store/config/nvim/lua/plugins.lua2
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" },
}