From 592bfc7b43cfe0b4a5c5cb814b8ae9b5352ab670 Mon Sep 17 00:00:00 2001 From: adamstuck Date: Sat, 12 Feb 2022 13:37:08 +0100 Subject: (n)vim: removed unused plugins --- .vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index 18fe768..1ba6be9 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,8 +1,8 @@ call plug#begin('~/.vim/plugged') Plug 'romgrk/doom-one.vim' - Plug 'tpope/vim-fugitive' + " Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' - Plug 'tpope/vim-repeat' + " Plug 'tpope/vim-repeat' Plug 'tpope/vim-commentary' call plug#end() -- cgit v1.2.3-70-g09d2