better plugin structure

This commit is contained in:
siduck
2024-03-04 08:18:44 +05:30
parent 73bf6c437f
commit e307a4eacf
17 changed files with 300 additions and 278 deletions
+12
View File
@@ -0,0 +1,12 @@
local options = {
ensure_installed = { "lua", "vim", "vimdoc" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options