summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-03-14 10:21:37 -0700
committerBen Sima <bsima@groq.com>2022-03-14 10:21:37 -0700
commitd769d15b12e6ae50097d95517480c2f84a4430e4 (patch)
treeb8909fd59738eb60695f5e15fd2e0d724589339b
parenta90f9eeb24761663b2d82e28b262f1399a06c068 (diff)
remove vim plug thing
-rw-r--r--lib/vimrc4
1 files changed, 0 insertions, 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! <SID>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