chore(nvim): specify TreeSitter languages
This commit is contained in:
parent
7c9c7d4815
commit
436c3d4b1f
|
@ -7,8 +7,27 @@ configs.setup {
|
||||||
context_commenting = {
|
context_commenting = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
-- TODO: specify which languages to install.
|
ensure_installed = {
|
||||||
ensure_installed = "all",
|
"bash",
|
||||||
|
"comment",
|
||||||
|
"css",
|
||||||
|
"dockerfile",
|
||||||
|
"go",
|
||||||
|
"html",
|
||||||
|
"javascript",
|
||||||
|
"json",
|
||||||
|
"lua",
|
||||||
|
"make",
|
||||||
|
"markdown",
|
||||||
|
"php",
|
||||||
|
"regex",
|
||||||
|
"rst",
|
||||||
|
"scss",
|
||||||
|
"typescript",
|
||||||
|
"vim",
|
||||||
|
"vue",
|
||||||
|
"yaml",
|
||||||
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue