~nhanb/neodots

32b9e379c70ac5b946b43adb979fcb2c0b1c46b6 — Nhân 2 months ago 0b43422
fix matchparen colors

So that the active cursor does not look incorrectly inverted
2 files changed, 3 insertions(+), 2 deletions(-)

M vim/.vim/plugs.vim
M vim/.vimrc
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