[nvchad] fix configuration

This commit is contained in:
2025-03-03 11:18:02 +07:00
parent 78ab401193
commit cc4fd91e74
15 changed files with 205 additions and 201 deletions

View File

@@ -0,0 +1,21 @@
local conf = {
ensure_installed = {
"vim",
"vimdoc",
"lua",
"html",
"css",
"javascript",
"typescript",
"tsx",
"c",
"cmake",
"markdown",
"markdown_inline",
},
indent = {
enable = true,
},
}
return conf