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 = {
enable = true,
},
-- TODO: specify which languages to install.
ensure_installed = "all",
ensure_installed = {
"bash",
"comment",
"css",
"dockerfile",
"go",
"html",
"javascript",
"json",
"lua",
"make",
"markdown",
"php",
"regex",
"rst",
"scss",
"typescript",
"vim",
"vue",
"yaml",
},
highlight = {
enable = true,
},