typo: treesitter build
This commit is contained in:
parent
25e6536c33
commit
e510924d94
1 changed files with 1 additions and 1 deletions
2
init.lua
2
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,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue