diff --git a/vimrc b/vimrc index 0b73c16..1cc2fbd 100644 --- a/vimrc +++ b/vimrc @@ -311,11 +311,11 @@ if !has('nvim') nnoremap ut :UndotreeToggle "}}} - " #vim-commentary{{{ - " https://github.com/tpope/vim-commentary - Plug 'tpope/vim-commentary' + " #tcomment_vim{{{ + " https://github.com/tomtom/tcomment_vim + Plug 'tomtom/tcomment_vim' - "}}} +"}}} " #vim-dispatch{{{ " https://github.com/tpope/vim-dispatch Plug 'tpope/vim-dispatch'