replaced vim-commentary with tcomment_vim
This commit is contained in:
parent
45dd713f71
commit
9ff72cae32
8
vimrc
8
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue