fix: neovim

This commit is contained in:
Ryan Yin
2023-07-10 22:50:19 +08:00
parent 21b3d4ad37
commit 7cc49c29f1
62 changed files with 1998 additions and 2600 deletions

View File

@@ -0,0 +1,12 @@
local package = require('core.pack').package
local conf = require('modules.editor.config')
package({
'nvim-treesitter/nvim-treesitter',
event = 'BufRead',
run = ':TSUpdate',
config = conf.nvim_treesitter,
dependencies = {
'nvim-treesitter/nvim-treesitter-textobjects',
},
})