diff options
author | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:08 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:08 -0500 |
commit | 484db1a8cb6a224944c8f4ea9773ee35a3738d68 (patch) | |
tree | 89c403c885fd739265c434ed2f01c63c4b881995 | |
parent | f6ecccfa1542076ac72507790a6dd9cd0c8a9bbf (diff) |
dont autominimap, do auto-crosshairs
-rw-r--r-- | lib/vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,6 +22,9 @@ set textwidth=80 " Line wrap (number of cols) set visualbell " Use visual bell (no beeping) set wildmenu " Helpful completion menu +" start with crosshairs visible +set cursorline! cursorcolumn! + " Strings to use in 'list' mode and for the :list command set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ @@ -108,8 +111,6 @@ call plug#begin('~/.vim/plugged') Plug 'wfxr/minimap.vim' call plug#end() -let g:minimap_auto_start=1 - let g:colors_name = 'bs_monochrome' let s:white = ['White', 15] |