This commit is contained in:
Christoffer Martinsson 2023-05-31 21:01:21 +02:00
commit d1bb6dcb47

View File

@ -20,4 +20,11 @@ return {
}
end,
},
{
"ggandor/leap.nvim",
event = "UIEnter",
config = function()
require("leap").add_default_mappings()
end,
},
}