diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index 336977f99..34815ece2 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', '-g=', '.']) + \ ['pt', '--follow', '--nocolor', '--hidden', '-g=', '.']) endif endif