fix(nvim): change deprecated option of treesitter

This commit is contained in:
Bruno Carlin 2022-04-27 22:58:29 +02:00
parent 4800f2310f
commit 1ecf0140df

View file

@ -1,6 +1,6 @@
require('nvim-treesitter.configs').setup { require('nvim-treesitter.configs').setup {
-- One of "all", "maintained" (parsers with maintainers), or a list of languages -- "all", or a list of languages
ensure_installed = "maintained", ensure_installed = "all",
-- Install languages synchronously (only applied to `ensure_installed`) -- Install languages synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = false,