feat(nvim): final simplication;

This commit is contained in:
Barrett Ruth 2026-03-01 12:55:32 -05:00
parent 6f664a27bd
commit 060cb3d7a8
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
19 changed files with 46 additions and 163 deletions

View file

@ -1,9 +1,12 @@
vim.pack.add({
'https://github.com/nvim-treesitter/nvim-treesitter',
'https://github.com/nvim-treesitter/nvim-treesitter-textobjects',
{ src = 'https://github.com/Wansmer/treesj', load = false },
})
vim.pack.add({
'https://github.com/Wansmer/treesj',
}, { load = function() end })
vim.api.nvim_create_autocmd('PackChanged', {
callback = function(ev)
local name, kind = ev.data.spec.name, ev.data.kind