From e510924d949c829da8674f55286e43c6aa370179 Mon Sep 17 00:00:00 2001 From: zirbest Date: Mon, 2 Jan 2023 19:15:00 +0100 Subject: [PATCH] typo: treesitter build --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },