1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Color terminal output in GUI Vim

This commit is contained in:
Daniel Barber 2021-02-26 13:59:19 -05:00
parent f8fb1a5d50
commit 0a63bd0781

View File

@ -4,4 +4,7 @@ if has("gui_running") || has("gui_vimr")
set guioptions-=r
set guioptions-=L
set guioptions-=l
" Color terminal output
set guioptions+=!
endif