From 70d8f7065fe3fafe97c8fe82eb38e792b3a2f759 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 14 Jul 2017 15:44:05 +0200 Subject: [PATCH] feat: add commentary plugin --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 9674d8e..cf20eac 100644 --- a/init.vim +++ b/init.vim @@ -57,6 +57,7 @@ Plug 'https://github.com/dhruvasagar/vim-table-mode.git' Plug 'https://github.com/shime/vim-livedown.git' Plug 'https://github.com/tpope/vim-fugitive.git' Plug 'https://github.com/elzr/vim-json.git' +Plug 'https://github.com/tpope/vim-commentary' call plug#end()