Added leap to neovim

This commit is contained in:
Christoffer Martinsson 2023-05-31 13:34:49 +02:00
parent 1af5247264
commit 41141ecd8b

View File

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