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