[vim] set rtp for fzf installed from git
This commit is contained in:
parent
8a783495ce
commit
0d8c7af709
1 changed files with 2 additions and 0 deletions
|
@ -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 FileType gitcommit,markdown,text setl nosi spell tw=80 wm=2
|
||||||
|
|
||||||
autocmd BufWritePre * :%s/\s\+$//e
|
autocmd BufWritePre * :%s/\s\+$//e
|
||||||
|
|
||||||
|
set rtp+=~/.fzf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue