diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-07-14 14:40:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-07-14 14:40:09 +0200 |
| commit | c01804a41ca4cc1df9feee0116d32af505623f59 (patch) | |
| tree | adc9456d909bddf50582086cbe8089aaac53dbac /vimrc | |
| parent | d5c4a1fd1996e4ca0df22f323077423924cf0252 (diff) | |
Adapt paths for new homebrew prefix
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |