fast and furious moves
This commit is contained in:
parent
6a5000a42a
commit
6943e3efc3
1 changed files with 18 additions and 0 deletions
|
@ -126,6 +126,24 @@ return {
|
|||
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
|
||||
"https://github.com/folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Reference in a new issue