diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 10:35:40 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 10:35:40 +0200 |
commit | f1ae12607ee3732a47b17ffe56f42c0d3ba490ff (patch) | |
tree | c68d3016951a4ac3465ab9ec3f28e9518a7e1b55 /dotvimrc | |
parent | a35589ede3c0f1a0b40cbc8bec42fc7d1ecb6290 (diff) | |
download | vimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.tar.gz vimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.tar.bz2 vimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.zip |
terminal has 256 colors
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ if has("gui_running") set cursorline else + set t_Co=256 colorscheme desert endif |