From 0d8c7af7091213421a73ff65b1a161038bd2ca52 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 11 Nov 2017 15:05:09 -0600 Subject: [PATCH] [vim] set rtp for fzf installed from git --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 8f65537..806b1f0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -13,3 +13,5 @@ autocmd FileType php setl sts=4 sw=4 ts=4 autocmd FileType gitcommit,markdown,text setl nosi spell tw=80 wm=2 autocmd BufWritePre * :%s/\s\+$//e + +set rtp+=~/.fzf