diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index 34815ece2..7692e44b0 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -52,7 +52,7 @@ else " For Pt(the platinum searcher) " NOTE: It also supports windows. call denite#custom#var('file_rec', 'command', - \ ['pt', '--follow', '--nocolor', '--hidden', '-g=', '.']) + \ ['pt', '--nocolor', '--ignore', '.git', '--hidden', '-g=', '']) endif endif