This commit is contained in:
jorgenwh 2024-07-06 15:36:44 +02:00
parent 2fab75fd28
commit fd7228b0cc
7 changed files with 114 additions and 69 deletions

7
lua/plugins/leap.lua Normal file
View file

@ -0,0 +1,7 @@
vim.keymap.set({ 'n', 'x', 'o' }, 's', '<Plug>(leap-forward)')
vim.keymap.set({ 'n', 'x', 'o' }, 'S', '<Plug>(leap-backward)')
-- vim.keymap.set({ 'n', 'x', 'o' }, 'gs', '<Plug>(leap-from-window)')
return {
'ggandor/leap.nvim',
}