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
|
highlight ExtraWhitespace ctermbg=196
|
||||||
|
|
||||||
" fzf
|
" fzf
|
||||||
let $FZF_DEFAULT_COMMAND = 'ag -g ""'
|
let $FZF_DEFAULT_COMMAND = 'ag --hidden --ignore .git -g ""'
|
||||||
|
|
||||||
" terraform
|
" terraform
|
||||||
let g:terraform_align=1
|
let g:terraform_align=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue