replaced vim-commentary with tcomment_vim

This commit is contained in:
ManjaroOne666 2018-11-19 08:09:11 +00:00
parent 45dd713f71
commit 9ff72cae32
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

@ -311,11 +311,11 @@ if !has('nvim')
nnoremap <space>ut :UndotreeToggle<cr>
"}}}
" #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'