diff --git a/vim/.vimrc b/vim/.vimrc index d35b824..41b62b3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -138,6 +138,8 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' " Some ex command mappings Plug 'tpope/vim-unimpaired' +" Easily comment +Plug 'tpope/vim-commentary' " }}} " Snippets {{{