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