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:
Oliver Davies 2022-07-12 10:50:48 +01:00
parent c9b22f2983
commit 19f1820a2a

View file

@ -7,7 +7,8 @@ configs.setup {
context_commenting = {
enable = true,
},
ensure_installed = "maintained",
-- TODO: specify which languages to install.
ensure_installed = "all",
highlight = {
enable = true,
},