Adding some treesitter configs to be installed.

This commit is contained in:
Finch 2024-01-30 11:45:43 -06:00
parent 53539af0fa
commit 1de6c86595

View File

@ -423,7 +423,25 @@ end
if treesitter_configs then if treesitter_configs then
treesitter_configs.setup { treesitter_configs.setup {
auto_install = true, auto_install = true,
ensure_installed = { 'typescript', 'javascript', 'vimdoc', 'query', 'c', 'rust', 'comment', 'lua', 'python' }, ensure_installed = {
'c',
'c_sharp',
'comment',
'css',
'html',
'java',
'javascript',
'json',
'lua',
'python',
'query',
'rust',
'toml',
'tsx',
'typescript',
'vimdoc',
'yaml',
},
highlight = { highlight = {
enable = true, enable = true,
additional_vim_regex_highlighting = false, additional_vim_regex_highlighting = false,