]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - vimrc
Clear karabiner config
[rbdr/dotfiles] / vimrc
diff --git a/vimrc b/vimrc
index 3e5c9370d825ca71d0f9e96de2ca9320b0dafa0a..4a38153b152c2938898ceee224157c339bdec316 100755 (executable)
--- 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>