Config updates

This commit is contained in:
Ismo Vuorinen
2023-02-16 16:19:49 +02:00
parent 6f246744d4
commit e3fa6772f0
9 changed files with 154 additions and 81 deletions

View File

@@ -1,4 +1,10 @@
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"
}
}