mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-28 10:24:47 +01:00
NVIM: Keymap layout is now Lazy-centric
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
return {
|
||||
-- improves splitting and joining blocks
|
||||
'Wansmer/treesj',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
"Wansmer/treesj",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
keys = {
|
||||
{
|
||||
"<leader>m",
|
||||
function()
|
||||
require("treesj").toggle()
|
||||
end,
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
require('treesj').setup()
|
||||
require("treesj").setup()
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user