From d7bf8c4bf10cbf60272ee0896d9282280424519d Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 21 Jul 2025 16:03:45 +0800 Subject: nvim: add 2 plugins. --- store/config/nvim/lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store/config/nvim/lua/plugins.lua') 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" }, } -- cgit v1.2.3