sneak.vim 415 B

123456789101112131415
  1. let g:sneak#label = 1
  2. " case insensitive sneak
  3. let g:sneak#use_ic_scs = 1
  4. " immediately move to the next instance of search, if you move the cursor sneak
  5. " is back to default behavior
  6. let g:sneak#s_next = 1
  7. " change the colors
  8. highlight Sneak guifg=black guibg=#00C7DF ctermfg=black ctermbg=cyan
  9. highlight SneakScope guifg=red guibg=yellow ctermfg=red ctermbg=yellow
  10. " custom prompt
  11. let g:sneak#prompt = '🔎'