new plugins

This commit is contained in:
Stefen Auris 2018-05-10 11:49:33 -04:00
parent 67ba2db3e5
commit 8699e9c9c7
2 changed files with 9 additions and 3 deletions

View file

@ -5,6 +5,7 @@ Host pete
Host ymca
HostName corryymca.ignorelist.com
User stev
IdentityFile ~/.ssh/ymca_rsa
Host github.com
Hostname ssh.github.com
Port 443
@ -14,7 +15,7 @@ Host flfire
HostName flfire.ignorelist.com
User stev
IdentityFile ~/.ssh/flfire_rsa
Host chip
Host stev
Hostname cpe-66-24-240-10.stny.res.rr.com
User chip
IdentityFile ~/.ssh/personal_rsa
User stev
IdentityFile ~/.ssh/id_rsa

View file

@ -20,6 +20,11 @@ Plug 'ajh17/VimCompletesMe'
"Plug 'ctrlpvim/ctrlp.vim'
Plug 'mhinz/vim-startify'
Plug 'vim-syntastic/syntastic'
Plug 'airblade/vim-gitgutter'
Plug 'easymotion/vim-easymotion'
Plug 'tpope/vim-vinegar'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-fugitive'
" All of your Plugins must be added before the following line
call plug#end()