summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vimrc')
-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]