Install all TS parsers

This commit is contained in:
Evie Litherland-Smith 2022-11-07 15:24:06 +00:00
parent 6cd9772433
commit 4e326a262a

View file

@ -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'},
},
}