mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add vim plugin for comment sth out
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -96,6 +96,9 @@ Plug 'ap/vim-css-color'
|
|||||||
Plug 'vim-autoformat/vim-autoformat'
|
Plug 'vim-autoformat/vim-autoformat'
|
||||||
" for HTML formatting install tidy package
|
" for HTML formatting install tidy package
|
||||||
|
|
||||||
|
" Comment stuff out: one line with `gcc`, selection with `gc`
|
||||||
|
Plug 'tpope/vim-commentary'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user