diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-29 21:05:34 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-06-29 21:05:34 +0700 |
commit | 95cbffa6b37213ea6b3dc2ee788fc37c6d312b8b (patch) | |
tree | e793dd75595fb85498a8677efa092e4e9aaa7d09 /vim | |
parent | 4b637dae5cb2db3dc66af59b3afb8370e5686d23 (diff) | |
download | dotfiles-95cbffa6b37213ea6b3dc2ee788fc37c6d312b8b.tar.gz |
Update 2020-06-29
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index c56b01c..e75b5c5 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -43,6 +43,7 @@ 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/knsh14/vim-github-link.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/alx741/vinfo.git' Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} |