diff --git a/.vimrc b/.vimrc index f9e3885..4b03395 100644 --- a/.vimrc +++ b/.vimrc @@ -96,6 +96,9 @@ Plug 'ap/vim-css-color' Plug 'vim-autoformat/vim-autoformat' " for HTML formatting install tidy package +" Comment stuff out: one line with `gcc`, selection with `gc` +Plug 'tpope/vim-commentary' + call plug#end()