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,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,