fix(nvim): change deprecated option of treesitter
This commit is contained in:
parent
4800f2310f
commit
1ecf0140df
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
require('nvim-treesitter.configs').setup {
|
||||
-- One of "all", "maintained" (parsers with maintainers), or a list of languages
|
||||
ensure_installed = "maintained",
|
||||
-- "all", or a list of languages
|
||||
ensure_installed = "all",
|
||||
|
||||
-- Install languages synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
|
Loading…
Add table
Reference in a new issue