mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 18:28:41 +02:00
fix: neovim
This commit is contained in:
12
home/base/desktop/neovim/lua/modules/editor/package.lua
Normal file
12
home/base/desktop/neovim/lua/modules/editor/package.lua
Normal 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',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user