mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-26 00:32:35 +03:00
[nvchad] fix configuration
This commit is contained in:
21
nvchad-config/configs/treesitter.lua
Normal file
21
nvchad-config/configs/treesitter.lua
Normal 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
|
||||
Reference in New Issue
Block a user