~nhanb/neodots

0b434224ab609ad0ec838535a92fbb21a7f9b64b — Nhân 2 months ago e422762
vim: use lunaperche colorscheme, enable matchparen
2 files changed, 6 insertions(+), 3 deletions(-)

M vim/.vim/plugs.vim
M vim/.vimrc
M vim/.vim/plugs.vim => vim/.vim/plugs.vim +5 -2
@@ 259,8 259,11 @@ call plug#end()
" `colorscheme` must come after plugin initialization to be available.
" Currently I'm using a stock colorscheme though (habamax).
syntax enable
colorscheme habamax
colorscheme lunaperche
set background=dark
" darker background
hi Normal ctermbg=16
"hi Normal ctermbg=16
" more distinguisable active line number
hi LineNr ctermfg=grey cterm=bold
hi LineNrAbove ctermfg=darkgrey
hi LineNrBelow ctermfg=darkgrey

M vim/.vimrc => vim/.vimrc +1 -1
@@ 21,7 21,7 @@ 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
"let loaded_matchparen = 0 " matching paren highlighting is distracting

" Fixes slow esc from visual mode in vim
set timeoutlen=1000 ttimeoutlen=0