about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-27 22:29:40 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-27 22:29:40 +0700
commit81c0c423013c29b962bc8607b1dd2ebdfaae71af (patch)
tree00e790e574fba902f9d7dcadb4baac3db170e83a /vim/.vim/vimrc
parent08e15819061cc952b24b88efcbb266401f2534bd (diff)
downloaddotfiles-81c0c423013c29b962bc8607b1dd2ebdfaae71af.tar.gz
Update 2019-09-27
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index ec9194d..9046c06 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -32,11 +32,11 @@ command Q q
 command W w
 
 call plug#begin('~/.vim/plugged')
+Plug 'https://github.com/vim/killersheep.git'
 Plug 'https://github.com/sheerun/vim-polyglot.git'
 Plug 'https://github.com/srcery-colors/srcery-vim.git'
 Plug 'https://github.com/tpope/vim-abolish.git'
 Plug 'https://github.com/alx741/vinfo.git'
-Plug 'https://github.com/drmikehenry/vim-fontsize.git'
 Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'}
 Plug 'https://github.com/kovisoft/slimv.git', {'for': 'lisp'}
 Plug 'https://github.com/artur-shaik/vim-javacomplete2.git', {'for': 'java'}