typo: treesitter build

This commit is contained in:
zirbest 2023-01-02 19:15:00 +01:00
parent 25e6536c33
commit e510924d94
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},