From 8f86bcc50030426cd3b0d3b3ec565e35225b6249 Mon Sep 17 00:00:00 2001 From: Matthias Brändli Date: Thu, 29 Sep 2016 10:10:46 +0200 Subject: always use colorscheme bramwombat --- dotvimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotvimrc b/dotvimrc index c4ae70b..8c74368 100644 --- a/dotvimrc +++ b/dotvimrc @@ -112,12 +112,12 @@ function! ToggleFullScreen() redraw endfunction +colorscheme bramwombat + if has("nvim") - colorscheme bramwombat set cursorline set noincsearch elseif has("gui_running") - colorscheme bramwombat if has("gui_gtk2") set guifont=Inconsolata\ Medium\ 12 @@ -130,7 +130,6 @@ elseif has("gui_running") set cursorline else set t_Co=256 - colorscheme desert endif "set a sudo vim -- cgit v1.2.3