diff --git a/README.adoc b/README.adoc index 762c5d9..044cd48 100644 --- a/README.adoc +++ b/README.adoc @@ -153,7 +153,7 @@ require('jetpack.packer').startup(function(use) run = ':TSUpdate', config = function() require'nvim-treesitter.configs'.setup { - ensure_installed = 'maintained', + ensure_installed = { "c", "lua", "vim", "vimdoc", "query" }, highlight = { enable = true } } end @@ -181,7 +181,7 @@ require('jetpack.packer').add { run = ':TSUpdate', config = function() require'nvim-treesitter.configs'.setup { - ensure_installed = 'maintained', + ensure_installed = { "c", "lua", "vim", "vimdoc", "query" }, highlight = { enable = true } } end