From d769d15b12e6ae50097d95517480c2f84a4430e4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Mar 2022 10:21:37 -0700 Subject: remove vim plug thing --- lib/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vimrc b/lib/vimrc index 2fee2f4..d298390 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -110,10 +110,6 @@ function! SynStack() echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc -call plug#begin('~/.vim/plugged') -Plug 'wfxr/minimap.vim' -call plug#end() - set background=dark colorscheme flattened_dark " disable my color scheme, it doesn't work with vimdiff -- cgit v1.2.3