From b3aabeb1fe2839bfc585481b28f98385a54e570c Mon Sep 17 00:00:00 2001 From: don philipe Date: Mon, 17 Jul 2023 13:04:18 +0200 Subject: [PATCH] Add vim plugin for comment sth out --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index f9e3885..4b03395 100644 --- a/.vimrc +++ b/.vimrc @@ -96,6 +96,9 @@ Plug 'ap/vim-css-color' Plug 'vim-autoformat/vim-autoformat' " for HTML formatting install tidy package +" Comment stuff out: one line with `gcc`, selection with `gc` +Plug 'tpope/vim-commentary' + call plug#end()