replaced vim-commentary with tcomment_vim
This commit is contained in:
parent
45dd713f71
commit
9ff72cae32
6
vimrc
6
vimrc
|
@ -311,9 +311,9 @@ if !has('nvim')
|
||||||
nnoremap <space>ut :UndotreeToggle<cr>
|
nnoremap <space>ut :UndotreeToggle<cr>
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" #vim-commentary{{{
|
" #tcomment_vim{{{
|
||||||
" https://github.com/tpope/vim-commentary
|
" https://github.com/tomtom/tcomment_vim
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tomtom/tcomment_vim'
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" #vim-dispatch{{{
|
" #vim-dispatch{{{
|
||||||
|
|
Loading…
Reference in New Issue