fix: use :TSInstall on build with nvim-treesitter (#261)

master
Sebastian Lyng Johansen 1 year ago committed by henine
parent 89380f84a3
commit f41178aaa0

@ -167,9 +167,7 @@ require('lazy').setup({
dependencies = {
'nvim-treesitter/nvim-treesitter-textobjects',
},
config = function()
pcall(require('nvim-treesitter.install').update { with_sync = true })
end,
build = ":TSUpdate",
},
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart

Loading…
Cancel
Save