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 = { ensure_installed = {
'bash', 'bash',
'c', 'c',
'cmake',
'css',
'csv',
'diff', 'diff',
'dockerfile',
'html', 'html',
'ini',
'java',
'javascript',
'json',
'jsonc',
'lua', 'lua',
'luadoc', 'luadoc',
'make',
'markdown', 'markdown',
'markdown_inline', 'markdown_inline',
'perl',
'php',
'printf',
'python',
'query', 'query',
'ruby',
'sql',
'toml',
'vim', 'vim',
'vimdoc', 'vimdoc',
'xml',
'yaml',
}, },
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,