From e715064399efc6910880e093f79f8f4865e6b2ac Mon Sep 17 00:00:00 2001 From: Jidbo Date: Sat, 19 Jan 2019 00:15:06 +0100 Subject: [PATCH] add vim-commentary plugin --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 1ed6be2..c08e70a 100644 --- a/.vimrc +++ b/.vimrc @@ -11,6 +11,10 @@ Plugin 'gmarik/Vundle.vim' " add all your plugins here (note older versions of Vundle " used Bundle instead of Plugin) +" USEFUL +" comment plugin +Plugin 'tpope/vim-commentary' + " WINDOW MANAGEMENT " tmux navigator Plugin 'christoomey/vim-tmux-navigator'