Show hidden files in ctrlp
This commit is contained in:
parent
ceac620621
commit
99fcec238e
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ syntax enable
|
|||
highlight ExtraWhitespace ctermbg=196
|
||||
|
||||
" fzf
|
||||
let $FZF_DEFAULT_COMMAND = 'ag -g ""'
|
||||
let $FZF_DEFAULT_COMMAND = 'ag --hidden --ignore .git -g ""'
|
||||
|
||||
" terraform
|
||||
let g:terraform_align=1
|
||||
|
|
Loading…
Reference in a new issue