expand list of treesitter languages to be always installed
This commit is contained in:
parent
14ee4f6f0b
commit
6cbf90c514
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue