diff options
-rw-r--r-- | lib/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |