General maintenance; NEW: git fzf

This commit is contained in:
2020-05-22 13:10:59 +02:00
parent e4ccee9cfd
commit 6637ad03e2
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,3 @@
" Plugin Manager
source ~/.vim/config/plugins.vim
" Make sure plug.vim is present
if empty(glob('~/.vim/autoload/plug.vim'))
@ -9,6 +7,8 @@ if empty(glob('~/.vim/autoload/plug.vim'))
autocmd VimEnter * PlugInstall --sync
endif
" Plugin Manager
source ~/.vim/config/plugins.vim
" Prepare central backup/swap/undo directory
let &undodir = expand('~/.vim/.undo//')