summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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