Skip to content

Commit

Permalink
Use platinum searcher in denite
Browse files Browse the repository at this point in the history
  • Loading branch information
takatoshiono committed Apr 24, 2018
1 parent 8af62a4 commit 1b88a44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ let Tlist_Ctags_Cmd = "/usr/local/bin/ctags"
let Tlist_Inc_Winwidth = 0

" denite.nvim
call denite#custom#var('file/rec', 'command', ['pt', '--follow', '--nocolor', '--nogroup', '-g=', ''])
call denite#custom#var('grep', 'command', ['pt'])
call denite#custom#var('grep', 'default_opts', ['--nogroup', '--nocolor', '--smart-case'])
call denite#custom#var('grep', 'recursive_opts', [])
call denite#custom#var('grep', 'pattern_opt', [])
call denite#custom#var('grep', 'separator', ['--'])
call denite#custom#var('grep', 'final_opts', [])
nnoremap <silent> ,e :<C-u>Denite file/rec buffer<CR>
nnoremap <silent> ,ls :<C-u>Denite buffer<CR>
nnoremap <silent> ,ug :<C-u>Denite grep<CR>
Expand Down

0 comments on commit 1b88a44

Please sign in to comment.