chore(nvim): specify TreeSitter languages

This commit is contained in:
Oliver Davies 2022-08-16 16:00:30 +01:00
parent 7c9c7d4815
commit 436c3d4b1f

View file

@ -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,
}, },