diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-29 23:33:57 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-29 23:33:57 +0800 |
| commit | 49482b8ea010329ab56eb29a5af79d161df0f892 (patch) | |
| tree | 46ee5f27f138a5e9aed890ba35c8fbd5be95c56c | |
| parent | 317089d5aa00cc044db556df88d94bc15d1f13e2 (diff) | |
change hop.nvim highlight
| -rw-r--r-- | lua/config/nvim_hop.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/nvim_hop.lua b/lua/config/nvim_hop.lua index 1a29126..c2adcf8 100644 --- a/lua/config/nvim_hop.lua +++ b/lua/config/nvim_hop.lua @@ -1,3 +1,4 @@ +vim.cmd[[ hi HopNextKey cterm=bold ctermfg=176 gui=bold guibg=#ff00ff guifg=#ffffff ]] require('hop').setup() vim.api.nvim_set_keymap('n', 'f', "<cmd>lua require'hop'.hint_char2()<cr>", {noremap = true}) |
