diff --git a/vim/vimrc b/vim/vimrc index 81f95cb..446a3e9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -268,13 +268,13 @@ endif "File browser | https://github.com/scrooloose/nerdtree Plug 'https://austenwares.com/gitea/vim/vim-easymotion' "Move around quickly in a document | https://github.com/Lokaltog/vim-easymotion - Plug 'https://austenwares.com/gitea/vim/gundo.vim', { 'on': 'GundoToggle' } + "Plug 'https://austenwares.com/gitea/vim/gundo.vim', { 'on': 'GundoToggle' } "Visual undo | https://github.com/sjl/gundo.vim Plug 'https://austenwares.com/gitea/vim/vim-exchange' "Exchange two selections of text | https://github.com/tommcdo/vim-exchange Plug 'https://austenwares.com/gitea/vim/vim-repeat' "Repeat last tpope command with . | https://github.com/tpope/vim-repeat - Plug 'https://austenwares.com/gitea/vim/vim-fugitive', { 'on': ['Gstatus','Gcommit'] } + "Plug 'https://austenwares.com/gitea/vim/vim-fugitive', { 'on': ['Gstatus','Gcommit', 'Gwrite', 'Git'] } "Great Vim-Git compatibility | https://github.com/tpope/vim-fugitive Plug 'https://austenwares.com/gitea/vim/ctrlp.vim' "Fuzzy file search | https://github.com/kien/ctrlp.vim @@ -292,15 +292,15 @@ endif "Automatic pairs | https://github.com/jiangmiao/auto-pairs Plug 'https://austenwares.com/gitea/vim/YouCompleteMe' "Autocompletion | https://github.com/Valloric/YouCompleteMe - Plug 'https://austenwares.com/gitea/vim/vim-java-getset.git' + "Plug 'https://austenwares.com/gitea/vim/vim-java-getset.git' "Java getters and setters| https://austenwares.com/gitea/vim/vim-java-getset.git Plug 'https://austenwares.com/gitea/vim/double-tap.git' "Double tap for comments " } " Style { - Plug 'https://austenwares.com/gitea/vim/vim-indent-guides' + "Plug 'https://austenwares.com/gitea/vim/vim-indent-guides' "Indentation guides | https://github.com/nathanaelkane/vim-indent-guides - Plug 'https://austenwares.com/gitea/vim/vim-airline' + "Plug 'https://austenwares.com/gitea/vim/vim-airline' "Bottom status bar | https://github.com/bling/vim-airline Plug 'https://austenwares.com/gitea/vim/vim-colors' "Theme pack | https://github.com/spf13/vim-colors