From ed8f4f3ccb43910c94f8a4292be04ea8780a2e7f Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Mon, 9 May 2022 14:57:09 +0100 Subject: [PATCH] Add homebrew install path for fzf as well as local --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 08fe4aa7..5f35d7b6 100644 --- a/vimrc +++ b/vimrc @@ -16,6 +16,7 @@ set updatetime=1000 set signcolumn=yes set rtp+=~/.fzf +set rtp+=/opt/homebrew/opt/fzf map ; :Files if executable('ag')