summaryrefslogtreecommitdiff
path: root/lua/plugins/leap.lua
blob: a03d524b2fc92177aff4f328dc1010844f884fd8 (plain)
1
2
3
4
5
6
7
return {
  'ggandor/leap.nvim',
  config = function()
    vim.keymap.set({ 'n', 'x', 'o' }, 's', '<Plug>(leap)')
    vim.keymap.set('n', 'S', '<Plug>(leap-from-window)')
  end,
}