From 213213e14f2c566aff83da75ec7e33aa4d755c6e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 28 Dec 2020 14:24:09 -0500 Subject: vim: plug and remove colorscheme basic-dark --- lib/vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/vimrc b/lib/vimrc index 679bcfa..4b8b359 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -104,8 +104,6 @@ function! SynStack() echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc -colorscheme basic-dark - " A function for setting colors, if I want it... function! s:hi(...) let group = a:1 @@ -133,3 +131,8 @@ function! s:hi(...) exec join(cmd, ' ') endfunction +call plug#begin('~/.vim/plugged') +Plug 'wfxr/minimap.vim' +call plug#end() + +let g:minimap_auto_start=1 -- cgit v1.2.3