aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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"================================================================================
..