mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-27 18:39:45 +00:00
11 lines
357 B
Lua
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"
|
|
}
|
|
}
|