Install all TS parsers
This commit is contained in:
parent
6cd9772433
commit
4e326a262a
|
@ -1,19 +1,9 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = {
|
||||
'python',
|
||||
'markdown',
|
||||
'lua',
|
||||
'yaml',
|
||||
'bash',
|
||||
'html',
|
||||
'json',
|
||||
'toml',
|
||||
},
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
disable = {'help'},
|
||||
},
|
||||
ensure_installed = "all",
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
disable = {'help'},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue