Fix configs

This commit is contained in:
Ismo Vuorinen
2023-02-16 17:05:13 +02:00
parent e3fa6772f0
commit 9929616f55
4 changed files with 31 additions and 80 deletions

View File

@@ -2,9 +2,34 @@ return {
-- Automatically install missing parsers when entering buffer
auto_install = true,
ensure_installed = {
"c", "help", "bash", "comment", "diff", "dockerfile", "html", "json",
"json5", "javascript", "latex", "markdown", "php", "phpdoc", "python",
"scss", "terraform", "todotxt", "toml", "typescript", "vim", "vue",
"yaml"
"help",
"bash",
"c",
"cmake",
"comment",
"diff",
"dockerfile",
"gitignore",
"graphql",
"html",
"javascript",
"json",
"json5",
"latex",
"lua",
"markdown",
"php",
"phpdoc",
"python",
"scss",
"sql",
"terraform",
"todotxt",
"toml",
"typescript",
"vim",
"vue",
"yaml",
}
}