new plugins
This commit is contained in:
parent
67ba2db3e5
commit
8699e9c9c7
2 changed files with 9 additions and 3 deletions
|
@ -5,6 +5,7 @@ Host pete
|
||||||
Host ymca
|
Host ymca
|
||||||
HostName corryymca.ignorelist.com
|
HostName corryymca.ignorelist.com
|
||||||
User stev
|
User stev
|
||||||
|
IdentityFile ~/.ssh/ymca_rsa
|
||||||
Host github.com
|
Host github.com
|
||||||
Hostname ssh.github.com
|
Hostname ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
|
@ -14,7 +15,7 @@ Host flfire
|
||||||
HostName flfire.ignorelist.com
|
HostName flfire.ignorelist.com
|
||||||
User stev
|
User stev
|
||||||
IdentityFile ~/.ssh/flfire_rsa
|
IdentityFile ~/.ssh/flfire_rsa
|
||||||
Host chip
|
Host stev
|
||||||
Hostname cpe-66-24-240-10.stny.res.rr.com
|
Hostname cpe-66-24-240-10.stny.res.rr.com
|
||||||
User chip
|
User stev
|
||||||
IdentityFile ~/.ssh/personal_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
|
@ -20,6 +20,11 @@ Plug 'ajh17/VimCompletesMe'
|
||||||
"Plug 'ctrlpvim/ctrlp.vim'
|
"Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Plug 'mhinz/vim-startify'
|
Plug 'mhinz/vim-startify'
|
||||||
Plug 'vim-syntastic/syntastic'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue