fixup! add leap.nvim
This commit is contained in:
parent
3396a54a50
commit
6255b448aa
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ return {
|
||||||
},
|
},
|
||||||
opts = {},
|
opts = {},
|
||||||
init = function()
|
init = function()
|
||||||
require('leap').create_default_mappings()
|
require("leap").create_default_mappings()
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue