mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-04-16 11:18:34 +02:00
Fix: treesitter compatibility archlinux
This commit is contained in:
9
init.lua
9
init.lua
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user