Add homebrew install path for fzf as well as local

This commit is contained in:
Edward Litherland-Smith 2022-05-09 14:57:09 +01:00
parent bec1f5801b
commit ed8f4f3ccb

1
vimrc
View file

@ -16,6 +16,7 @@ set updatetime=1000
set signcolumn=yes
set rtp+=~/.fzf
set rtp+=/opt/homebrew/opt/fzf
map ; :Files<CR>
if executable('ag')