mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
hope config default setup
This commit is contained in:
parent
0096e0baa9
commit
80bda19323
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
local M = {}
|
||||
|
||||
M.config = function()
|
||||
require('hop').setup()
|
||||
vim.api.nvim_set_keymap('n', 's', ":HopChar2<cr>", {silent = true})
|
||||
vim.api.nvim_set_keymap('n', 'S', ":HopWord<cr>", {silent = true})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue