1
0
Fork 0

fast and furious moves

This commit is contained in:
zymon 2024-08-27 20:57:02 +02:00
parent 6a5000a42a
commit 6943e3efc3

View file

@ -126,6 +126,24 @@ return {
end, end,
}, },
{ -- a fast motion inside a visible area
"https://github.com/ggandor/leap.nvim",
event = "BufReadPre",
config = function()
local leap = require("leap")
leap.add_default_mappings(true)
end,
},
{ -- bookmark files
"https://github.com/otavioschwanck/arrow.nvim",
event = "BufReadPre",
opts = {
show_icons = true,
leader_key = '<leader>H',
buffer_leader_key = '<leader>h',
}
},
{ -- displays a popup with possible key bindings { -- displays a popup with possible key bindings
"https://github.com/folke/which-key.nvim", "https://github.com/folke/which-key.nvim",
event = "VeryLazy", event = "VeryLazy",