mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update hop.nvim conf
This commit is contained in:
parent
3c7b40bc15
commit
e528acd799
@ -5,6 +5,7 @@ vim.cmd[[ hi HopNextKey2 cterm=bold ctermfg=176 gui=bold guibg=#ff00ff guifg=#ff
|
||||
require('hop').setup({
|
||||
case_insensitive = true,
|
||||
char2_fallback_key = '<CR>',
|
||||
quit_key='<Esc>',
|
||||
})
|
||||
|
||||
vim.api.nvim_set_keymap('n', 'f', "<cmd>lua require'hop'.hint_char2()<cr>", {noremap = true})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user