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:
parent
044f7806c2
commit
5199be0265
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user