mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat: added leap and flit
This commit is contained in:
parent
ad62a65cc7
commit
e98381a45a
2 changed files with 14 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue