1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Show hidden file when using pt

This commit is contained in:
Shidong Wang 2018-12-27 22:45:05 +08:00
parent 044f7806c2
commit 5199be0265

View File

@ -52,7 +52,7 @@ else
" For Pt(the platinum searcher) " For Pt(the platinum searcher)
" NOTE: It also supports windows. " NOTE: It also supports windows.
call denite#custom#var('file_rec', 'command', call denite#custom#var('file_rec', 'command',
\ ['pt', '--follow', '--nocolor', '-g=', '.']) \ ['pt', '--follow', '--nocolor', '--hidden', '-g=', '.'])
endif endif
endif endif