Add vim plugin for comment sth out

This commit is contained in:
don philipe
2023-07-17 13:04:18 +02:00
parent b528c3b219
commit b3aabeb1fe

3
.vimrc
View File

@@ -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()