diff options
author | Sebastian Lyng Johansen <seblyng98@gmail.com> | 2023-04-12 19:42:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 13:42:40 -0400 |
commit | 9451e1db7171cf8992c448cdccb9da3a5fb7167b (patch) | |
tree | 4626fba5a8117d24fedec33df126e317d89db2e6 /init.lua | |
parent | 7cecf4fcb1d8ecf577f6ba7422fdec091adbc38e (diff) |
fix: use :TSInstall on build with nvim-treesitter (#261)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |