expand list of treesitter languages to be always installed

This commit is contained in:
Gered 2024-09-06 18:46:48 -04:00
parent 14ee4f6f0b
commit 6cbf90c514

View file

@ -8,15 +8,34 @@ return {
ensure_installed = {
'bash',
'c',
'cmake',
'css',
'csv',
'diff',
'dockerfile',
'html',
'ini',
'java',
'javascript',
'json',
'jsonc',
'lua',
'luadoc',
'make',
'markdown',
'markdown_inline',
'perl',
'php',
'printf',
'python',
'query',
'ruby',
'sql',
'toml',
'vim',
'vimdoc',
'xml',
'yaml',
},
-- Autoinstall languages that are not installed
auto_install = true,