fix(nvim): fix treesitter error
Change from the old `maintained` value to `all` for now, and later specify a list of which languages I want to use.
This commit is contained in:
parent
c9b22f2983
commit
19f1820a2a
|
@ -7,7 +7,8 @@ configs.setup {
|
||||||
context_commenting = {
|
context_commenting = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
ensure_installed = "maintained",
|
-- TODO: specify which languages to install.
|
||||||
|
ensure_installed = "all",
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue