From 900c97b3fa7592a9cc4b018c2883dbdac0caba09 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 30 Aug 2019 18:50:32 +0200 Subject: changed vim commenter due to weird behavior in c files, github alias, various little change in vimrc --- .pluggins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 518a631..2a36b18 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -32,7 +32,8 @@ call plug#begin() Plug 'connorholyday/vim-snazzy' Plug 'chriskempson/base16-vim' - Plug 'tpope/vim-commentary' " minimalistic commenter + Plug 'tomtom/tcomment_vim' " other min commenter + " Plug 'tpope/vim-commentary' " minimalistic commenter Plug 'tpope/vim-surround' " surround stuff Plug 'tpope/vim-eunuch' " command in vim -- cgit