Add autoclose plugin

This commit is contained in:
2025-04-18 13:03:47 -07:00
parent afe167a752
commit 51a8ed3919
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,8 @@
return {
{
"m4xshen/autoclose.nvim",
config = function()
require("autoclose").setup()
end,
},
}