diff options
author | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-09-29 10:10:46 +0200 |
---|---|---|
committer | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-09-29 10:10:46 +0200 |
commit | 8f86bcc50030426cd3b0d3b3ec565e35225b6249 (patch) | |
tree | ce58d7f51bc5c7091209f5b3fa7c9669ddb4437d /dotvimrc | |
parent | 74f0caa67a22554ccb68b4ed52f233d1230f4b53 (diff) | |
download | vimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.tar.gz vimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.tar.bz2 vimrc-8f86bcc50030426cd3b0d3b3ec565e35225b6249.zip |
always use colorscheme bramwombat
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |