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:
parent
f8fb1a5d50
commit
0a63bd0781
@ -4,4 +4,7 @@ if has("gui_running") || has("gui_vimr")
|
|||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set guioptions-=l
|
set guioptions-=l
|
||||||
|
|
||||||
|
" Color terminal output
|
||||||
|
set guioptions+=!
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user