Add treesj
This commit is contained in:
parent
cf4eec8cba
commit
6821990c56
@ -476,6 +476,13 @@ return require('packer').startup(function(use)
|
|||||||
require('plugins.git-conflict-nvim')
|
require('plugins.git-conflict-nvim')
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'Wansmer/treesj',
|
||||||
|
requires = { 'nvim-treesitter' },
|
||||||
|
config = function()
|
||||||
|
require('plugins.treesj')
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
|
1
lua/plugins/treesj.lua
Normal file
1
lua/plugins/treesj.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('treesj').setup()
|
Loading…
Reference in New Issue
Block a user