feat(nvim): lazy-load

This commit is contained in:
Barrett Ruth 2026-03-01 12:29:33 -05:00
parent 8e9d8cd00d
commit 6f664a27bd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
9 changed files with 38 additions and 34 deletions

View file

@ -1,7 +1,7 @@
vim.pack.add({
'https://github.com/nvim-treesitter/nvim-treesitter',
'https://github.com/nvim-treesitter/nvim-treesitter-textobjects',
'https://github.com/Wansmer/treesj',
{ src = 'https://github.com/Wansmer/treesj', load = false },
})
vim.api.nvim_create_autocmd('PackChanged', {