blob: 7c755ca9ba0e4ef729ba71e2865e0b1d9c783832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
return {
{
"ggandor/leap.nvim",
keys = { "s", "S" },
config = function()
require("leap").add_default_mappings()
end
},
{
"ggandor/flit.nvim",
dependencies = { "ggandor/leap.nvim" },
keys = { "f", "F", "t", "T" },
opts = {
labeled_modes = "nvx",
},
},
}
|