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 { require'nvim-treesitter.configs'.setup {
ensure_installed = { ensure_installed = "all",
'python', highlight = {
'markdown', enable = true,
'lua', additional_vim_regex_highlighting = false,
'yaml', disable = {'help'},
'bash', },
'html',
'json',
'toml',
},
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
disable = {'help'},
},
} }