We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f190c6 commit 6c26b63Copy full SHA for 6c26b63
src/private_dot_config/nvim/lua/plugins/init.lua
@@ -58,7 +58,6 @@ packer.startup(function(use)
58
use({ "sindrets/diffview.nvim", config = function() require("plugins.config.diffview") end })
59
use({ "segeljakt/vim-silicon" })
60
use({ "kylechui/nvim-surround", config = function() require("plugins.config.surround") end })
61
- use({ "m4xshen/autoclose.nvim" })
62
use({ "tpope/vim-fugitive" })
63
use({ "wbthomason/packer.nvim" })
64
0 commit comments