From 1b88a446bd1ab899387832f7bf7ae74e2da953f3 Mon Sep 17 00:00:00 2001 From: Takatoshi Ono Date: Tue, 24 Apr 2018 16:45:14 +0900 Subject: [PATCH] Use platinum searcher in denite --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) 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