Use silver search for fzf
Force fzf to respect the .gitignore by using the silver searcher
This commit is contained in:
parent
4f005ab7e2
commit
6312e20912
2 changed files with 4 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -165,6 +165,9 @@ syntax enable
|
|||
|
||||
highlight ExtraWhitespace ctermbg=196
|
||||
|
||||
" fzf
|
||||
let $FZF_DEFAULT_COMMAND = 'ag -g ""'
|
||||
|
||||
" ZoomWin
|
||||
function! ZoomState()
|
||||
if exists('t:zoomwintab')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue