install autoclose

This commit is contained in:
andrzej 2024-05-05 23:54:27 +02:00
parent d67374d51c
commit e845ccea93
1 changed files with 6 additions and 0 deletions

View File

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