diff --git a/vimrc b/vimrc index 7f3def0..fad9389 100644 --- a/vimrc +++ b/vimrc @@ -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 ,e :Denite file/rec buffer nnoremap ,ls :Denite buffer nnoremap ,ug :Denite grep