M vim/.vim/plugs.vim => vim/.vim/plugs.vim +3 -1
@@ 263,7 263,9 @@ colorscheme lunaperche
set background=dark
" darker background
"hi Normal ctermbg=16
-" more distinguisable active line number
+" more distinguisable active line number:
hi LineNr ctermfg=grey cterm=bold
hi LineNrAbove ctermfg=darkgrey
hi LineNrBelow ctermfg=darkgrey
+" Prevent incorrectly inverted cursor when highlighting matching parens:
+hi MatchParen ctermbg=227 ctermfg=0
M vim/.vimrc => vim/.vimrc +0 -1
@@ 21,7 21,6 @@ set title " change the terminal's title
set noerrorbells " don't beep
set textwidth=79
set colorcolumn=+1 " draw colorcolumn 1 char after max textwidth
-"let loaded_matchparen = 0 " matching paren highlighting is distracting
" Fixes slow esc from visual mode in vim
set timeoutlen=1000 ttimeoutlen=0