From 7737f1c76cfb7924f4a67008fcb56c806c519724 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 10 Dec 2020 15:04:23 +0100 Subject: [PATCH] Replace nerdcommenter with vim-commentary --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 151f84b..3f3a70d 100644 --- a/.vimrc +++ b/.vimrc @@ -111,13 +111,13 @@ nnoremap n :call ToggleRnu() nnoremap ec :split $MYVIMRC nnoremap so :so % -" Plugins ______________________________ +" Plugins ______________________________ call plug#begin() " Plugins: General -Plug 'preservim/nerdcommenter' +Plug 'tpope/vim-commentary' Plug 'takac/vim-hardtime' Plug 'machakann/vim-sandwich' Plug 'junegunn/fzf', { 'do': './install --bin' }