From c01804a41ca4cc1df9feee0116d32af505623f59 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Jul 2021 14:40:09 +0200 Subject: Adapt paths for new homebrew prefix --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 3e5c937..4a38153 100755 --- a/vimrc +++ b/vimrc @@ -96,7 +96,7 @@ runtime! macros/matchit.vim highlight Keyword cterm=italic " FZF config -set rtp+=/usr/local/opt/fzf +set rtp+=$FZF_VIM_PATH " Inserts the path of the currently edited file into a command noremap :FZF -- cgit