mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Unsetting lazyredraw as it's been causing issues
This commit is contained in:
parent
a1d28990fb
commit
cdd6701782
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
"8 colours in $TERM=linux, 256 elsewhere
|
||||
if $TERM =~ '^linux'|set t_Co=8|elseif !has("gui_running")|set t_Co=256|endif
|
||||
set lazyredraw "only redraw what needs to be redrawn
|
||||
set ttyfast "assume a fast connection to the terminal for better rendering
|
||||
|
||||
"configure to primarily use utf8
|
||||
|
|
Loading…
Reference in a new issue