fix(neovim): update treesitter to fix a crash

This commit is contained in:
Ivan R. 2024-08-23 15:33:27 +05:00
parent 16cde9db41
commit cc6e16c3ec
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -34,7 +34,6 @@ require("lazy").setup({
-- Nvim-treesitter
{
'nvim-treesitter/nvim-treesitter',
tag = 'v0.9.2',
init = function()
local ts_update = require('nvim-treesitter.install').update({ with_sync = true })
ts_update()