This commit is contained in:
vx-clutch
2024-08-19 22:55:39 -04:00
parent 3dc3accd68
commit a8a01a60da
2 changed files with 7 additions and 0 deletions

View File

@@ -104,4 +104,10 @@ return {
},
},
},
{
'm4xshen/autoclose.nvim',
config = function()
require('autoclose').setup()
end,
},
}