diff --git a/lua/plugins/auto-close.lua b/lua/plugins/auto-close.lua new file mode 100644 index 0000000..f327dec --- /dev/null +++ b/lua/plugins/auto-close.lua @@ -0,0 +1,7 @@ +return { + "m4xshen/autoclose.nvim", + + config = function() + require("autoclose").setup() + end +}