This commit is contained in:
foozzi 2024-01-30 16:27:14 -05:00
parent ee842f9f3e
commit 656ace3de7
6 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
"ggandor/leap.nvim",
event = "BufEnter",
config = function()
require("leap").add_default_mappings()
end,
}