fzf default command in macvim

This commit is contained in:
Bartek Stalewski 2020-10-20 18:48:30 +02:00
parent 1adf0f0a4a
commit afb7036114

View File

@ -76,6 +76,7 @@ if has("gui")
set guioptions-=r set guioptions-=r
set guioptions-=L set guioptions-=L
set guifont=Hack\ Nerd\ Font\ Mono:h14 set guifont=Hack\ Nerd\ Font\ Mono:h14
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore'
endif endif
set bg=dark set bg=dark