feat: added leap and flit
This commit is contained in:
2 files changed
+14
No files matched your search
@@ -29,6 +29,18 @@ return {
|
||||
config = true,
|
||||
},
|
||||
|
||||
-- easily jump to any location and enhanced f/t motions for Leap
|
||||
{
|
||||
"ggandor/leap.nvim",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
{ "ggandor/flit.nvim", config = { labeled_modes = "nv" } },
|
||||
},
|
||||
config = function()
|
||||
require("leap").add_default_mappings()
|
||||
end,
|
||||
},
|
||||
|
||||
-- which-key
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
||||
Reference in new issue
Block a user