Files
astronvim_config/plugins/treesitter.lua
Ismo Vuorinen e3fa6772f0 Config updates
2023-02-16 16:19:49 +02:00

11 lines
357 B
Lua

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"
}
}