diff --git a/vim/vimrc.d/gui.vim b/vim/vimrc.d/gui.vim index 97a99d6..5c52a48 100644 --- a/vim/vimrc.d/gui.vim +++ b/vim/vimrc.d/gui.vim @@ -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