Fix: treesitter compatibility archlinux

This commit is contained in:
hyzen
2026-04-03 16:10:51 +05:30
parent fbf6e5e724
commit 9921ebb924
3 changed files with 72 additions and 85 deletions

View File

@@ -254,14 +254,7 @@ require('lazy').setup({
},
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', event = 'BufReadPre', opts = {} },
{
-- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
dependencies = {
'nvim-treesitter/nvim-treesitter-textobjects',
},
build = ':TSUpdate',
},
{ --Autopairs
'windwp/nvim-autopairs',
event = 'InsertEnter',