mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
initial commit
This commit is contained in:
8
modules/home-manager/nvim/old/lua/plugins/treesj.lua
Normal file
8
modules/home-manager/nvim/old/lua/plugins/treesj.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
'Wansmer/treesj',
|
||||
keys = { '<space>m' },
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
config = function()
|
||||
require('treesj').setup {}
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user