mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
nvim: update leap.nvim plugin configuration
This commit is contained in:
parent
58ffb4a7af
commit
a57b3a6c0b
3 changed files with 4 additions and 3 deletions
|
|
@ -1,2 +1,3 @@
|
|||
local leap = require("leap")
|
||||
leap.add_default_mappings()
|
||||
vim.keymap.set({ "n", "x", "o" }, "s", function() leap.leap() end)
|
||||
vim.keymap.set("n", "S", function() leap.leap { backward = true } end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue