From 6198f5e1f615b547f82ed32dd14eb2bf80956dd7 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 11 Nov 2019 10:15:47 +0000 Subject: [PATCH] vim: add vim-commentary --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 0a12dcf..8921658 100644 --- a/vimrc +++ b/vimrc @@ -29,6 +29,7 @@ call plug#begin('~/.vim/plugged') " Plug 'Valloric/YouCompleteMe' Plug 'dense-analysis/ale' + Plug 'tpope/vim-commentary' Plug 'posva/vim-vue' Plug 'ap/vim-css-color' @@ -149,6 +150,7 @@ augroup cprog " simulate C++ comments (sort of) and provide a means to uncomment easily map // ^i/* $a */ map \\ bhh/ *[*][/]d/[/]x?[/][*]dw + " map // 0v$gc call TabSize(4) augroup END