mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Update vim config
This commit is contained in:
parent
49b1fb917e
commit
1de5142b86
3 changed files with 28 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue