Adding some treesitter configs to be installed.
This commit is contained in:
parent
53539af0fa
commit
1de6c86595
20
init.lua
20
init.lua
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user