Skip to content

Commit

Permalink
vim: use fancy colors if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Jun 26, 2021
1 parent 571034e commit 98d9da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/.vimrc
Expand Up @@ -199,6 +199,10 @@ if has('title')
endif
endif

if has('termguicolors')
set termguicolors " use true-color mode
endif

set ttyfast " optimize for fast terminal connectionss
set lazyredraw " don't update the screen when macros/etc running in background (not command)

Expand Down

0 comments on commit 98d9da5

Please sign in to comment.