Change TS back from installing all parsers
This commit is contained in:
parent
9e84c061af
commit
a252a8d543
|
@ -1,5 +1,5 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = "all",
|
||||
ensure_installed = { "python" },
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
|
|
Loading…
Reference in a new issue