From c090b469d31242c0265ac225e42f843142b20cfc Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 20 Nov 2017 05:38:37 +0100 Subject: [PATCH] feat: change vim-commentary to the tpope --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 8806243..a4930b1 100644 --- a/init.vim +++ b/init.vim @@ -64,7 +64,7 @@ Plug 'https://github.com/Rykka/InstantRst' Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode Plug 'https://github.com/nvie/vim-flake8.git' Plug 'https://github.com/kien/ctrlp.vim' -Plug 'https://github.com/tomtom/tcomment_vim' +Plug 'https://github.com/tpope/vim-commentary' call plug#end()