Add autoclose, tabout nvim autocomplete and Format on save

This commit is contained in:
Zam Kokott
2025-11-12 11:15:38 +00:00
parent 418840eb27
commit 7c0f9e6cca
4 changed files with 73 additions and 2 deletions

View File

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