feat: initialize repo
This commit is contained in:
6
nvim/lua/plugins/autoclose.lua
Normal file
6
nvim/lua/plugins/autoclose.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"m4xshen/autoclose.nvim",
|
||||
config = function()
|
||||
require("autoclose").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user