diff --git a/init.lua b/init.lua index 6f1b0516..fc29e63b 100644 --- a/init.lua +++ b/init.lua @@ -40,7 +40,7 @@ require('lazy').setup({ { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', - config = function() + build = function() pcall(require('nvim-treesitter.install').update { with_sync = true }) end, },