Use Packer instead of vim-plug

This commit is contained in:
Christian Nieves
2022-10-19 19:34:32 +00:00
parent 3c8c7d699b
commit b178f8c58f
106 changed files with 631 additions and 209 deletions

View File

@ -81,7 +81,6 @@ set omnifunc= completeopt=menuone,noinsert,noselect
set updatetime=100
call plug#begin('~/.vim/plugged')
source ~/.vim/prefs/plugins.vim
if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local
endif