feat: added leap and flit

This commit is contained in:
Folke Lemaitre 2023-01-01 09:54:16 +01:00
parent ad62a65cc7
commit e98381a45a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 14 additions and 0 deletions

View file

@ -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",