From 58c81b9c9f796371a4abeed9073f6d5214e9fb24 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' }