feat: added leap and flit

This commit is contained in:
Folke Lemaitre committed 2023-01-01 09:54:16 +01:00
1 parent ad62a65cc7
commit e98381a45a
2 files changed
+14

No files matched your search

+12
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",