This commit is contained in:
Chris
2025-12-09 16:24:08 +00:00
parent 9bd219f053
commit 282301e206
8 changed files with 52 additions and 131 deletions

10
lua/plugins/treesj.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
'Wansmer/treesj',
lazy = true,
dependencies = { 'nvim-treesitter/nvim-treesitter' }, -- if you install parsers with `nvim-treesitter`
config = function()
require('treesj').setup({
use_default_keymaps = false,
})
end,
}