summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-25 11:39:08 -0500
committerBen Sima <ben@bsima.me>2021-01-25 11:39:08 -0500
commit484db1a8cb6a224944c8f4ea9773ee35a3738d68 (patch)
tree89c403c885fd739265c434ed2f01c63c4b881995
parentf6ecccfa1542076ac72507790a6dd9cd0c8a9bbf (diff)
dont autominimap, do auto-crosshairs
-rw-r--r--lib/vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 305d375..1400658 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -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]