From 1ea01689532964144593b0f95d9f5a86440601e2 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 15 Feb 2018 08:12:42 +0100 Subject: [PATCH] Set gvim theme to elflord and disabled gui elements --- vim/vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 9828671..f96bd38 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -11,3 +11,11 @@ set shiftwidth=4 " line numbers set number +" themes +colorscheme elflord + +" gvim layout +set guioptions-=r +set guioptions-=L +set guioptions-=m +set guioptions-=T