Nvim : Do not install all parsers, use auto-install instead.
This commit is contained in:
parent
0b49fda0ff
commit
e74da28052
|
@ -1,6 +1,6 @@
|
|||
require("nvim-treesitter.configs").setup {
|
||||
auto_install = false,
|
||||
ensure_installed = "all",
|
||||
auto_install = true,
|
||||
-- ensure_installed = "all",
|
||||
sync_install = false,
|
||||
highlight = {
|
||||
additional_vim_regex_highlighting = false,
|
||||
|
|
Reference in a new issue