diff options
author | Ben Sima <bsima@groq.com> | 2022-03-14 10:21:37 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-03-14 10:21:37 -0700 |
commit | d769d15b12e6ae50097d95517480c2f84a4430e4 (patch) | |
tree | b8909fd59738eb60695f5e15fd2e0d724589339b | |
parent | a90f9eeb24761663b2d82e28b262f1399a06c068 (diff) |
remove vim plug thing
-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 |