aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Brändli <matthias.braendli@u-blox.com>2016-09-29 10:10:46 +0200
committerMatthias Brändli <matthias.braendli@u-blox.com>2016-09-29 10:10:46 +0200
commit8f86bcc50030426cd3b0d3b3ec565e35225b6249 (patch)
treece58d7f51bc5c7091209f5b3fa7c9669ddb4437d
parent74f0caa67a22554ccb68b4ed52f233d1230f4b53 (diff)
downloadvimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.tar.gz
vimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.tar.bz2
vimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.zip
always use colorscheme bramwombat
-rw-r--r--dotvimrc5
1 files 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