We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0818fa3 commit 6f7f55eCopy full SHA for 6f7f55e
init.lua
@@ -167,9 +167,7 @@ require('lazy').setup({
167
dependencies = {
168
'nvim-treesitter/nvim-treesitter-textobjects',
169
},
170
- config = function()
171
- pcall(require('nvim-treesitter.install').update { with_sync = true })
172
- end,
+ build = ":TSUpdate",
173
174
175
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
0 commit comments