aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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>