From 484db1a8cb6a224944c8f4ea9773ee35a3738d68 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jan 2021 11:39:08 -0500 Subject: dont autominimap, do auto-crosshairs --- lib/vimrc | 5 +++-- 1 file 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] -- cgit v1.2.3