summary refs log tree commit diff
path: root/.vim/after/plugin/clap.vim
blob: b5d48dbc01c57f9c75835b266e56a66811bca748 (plain) (blame)
1
2
3
4
5
6
7
8
if !exists('g:loaded_clap')
  finish
endif

let g:clap_selected_sign = { 'text': '* ', 'texthl': "WarningMsg", "linehl": "ClapSelected" }

nnoremap <leader>cc :Clap<CR>
nmap <leader>cg :Clap grep<CR>