aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-07 02:02:22 +0200
committerMax Christian Pohle2015-09-07 02:02:22 +0200
commit81a481d42b50dfdf275989a7812f46b854672c40 (patch)
treeb97cd4201c68722243aec9ee96e521e9a84bb979 /vimrc
parent6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 (diff)
downloadvim-81a481d42b50dfdf275989a7812f46b854672c40.tar.bz2
vim-81a481d42b50dfdf275989a7812f46b854672c40.zip
renamed colorscheme, included INSTALL instructions
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 4359852..4090dad 100644
--- a/vimrc
+++ b/vimrc
@@ -132,7 +132,7 @@ else
132 set ttyfast | " modern terminals are all fast in a way 132 set ttyfast | " modern terminals are all fast in a way
133endif 133endif
134 134
135colorscheme maxvb6 135colorscheme coderonline
136syntax enable 136syntax enable
137 137
138"================================================================================ 138"================================================================================
..