aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-07-14 14:40:09 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-07-14 14:40:09 +0200
commitc01804a41ca4cc1df9feee0116d32af505623f59 (patch)
treeadc9456d909bddf50582086cbe8089aaac53dbac /vimrc
parentd5c4a1fd1996e4ca0df22f323077423924cf0252 (diff)
Adapt paths for new homebrew prefix
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc2
1 files changed, 1 insertions, 1 deletions
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 <C-P> :FZF <CR>