Change TS back from installing all parsers

This commit is contained in:
Evie Litherland-Smith 2022-11-07 15:48:10 +00:00
parent 9e84c061af
commit a252a8d543

View file

@ -1,5 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = "all",
ensure_installed = { "python" },
highlight = {
enable = true,
additional_vim_regex_highlighting = false,