diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-05 20:53:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-05 20:53:09 +0800 |
| commit | 002ebf2f719ecfc6882108d79be421ded711e5bf (patch) | |
| tree | eaae816b41138a9eead5e97c5cc2803c717e0839 /lua/config/nvim_hop.lua | |
| parent | fee6b127e59ab0d574b6a76579d895a0363cff6c (diff) | |
update hop.nvim conf
Diffstat (limited to 'lua/config/nvim_hop.lua')
| -rw-r--r-- | lua/config/nvim_hop.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/config/nvim_hop.lua b/lua/config/nvim_hop.lua index c2adcf8..2211af7 100644 --- a/lua/config/nvim_hop.lua +++ b/lua/config/nvim_hop.lua @@ -1,4 +1,6 @@ vim.cmd[[ hi HopNextKey cterm=bold ctermfg=176 gui=bold guibg=#ff00ff guifg=#ffffff ]] -require('hop').setup() +require('hop').setup({ + case_insensitive = true, +}) vim.api.nvim_set_keymap('n', 'f', "<cmd>lua require'hop'.hint_char2()<cr>", {noremap = true}) |
