From 9bb660ca1dcdd79b43c71007190f414d534cb82a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 16:38:34 +0200 Subject: [PATCH] [ADD][VIM] Commentary plug-in --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) 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 {{{