Update vim config

This commit is contained in:
ItsDrike 2021-08-16 03:19:56 +02:00
parent 49b1fb917e
commit 1de5142b86
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 28 additions and 12 deletions

View file

@ -14,7 +14,11 @@ set guioptions-=T " Remove toolbar
set guioptions-=r " Remove right-hand scrollbar
set guioptions-=L " Remove left-hand scrollbar
if empty($DISPLAY) " Don't use true colors (256) in TTY
" Use more noticable cursor line color
highlight CursorLine guibg=#2b2b2b
" Don't use true colors in TTY
if empty($DISPLAY)
set notermguicolors
else
set termguicolors