diff options
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'} |