aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-02-22 15:57:54 +0100
committerMathias Bynens <mathias@qiwi.be>2014-02-22 15:57:54 +0100
commit79e87d60349c6040b42cfe22d9a7d023314d98b4 (patch)
treee251eecd0e3045a4cd04f809f4036f6991b89a46 /.vimrc
parent4a7f8a5c52f26c25a4719a32a062b5e6d008bfba (diff)
downloaddotfiles-79e87d60349c6040b42cfe22d9a7d023314d98b4.tar.gz
dotfiles-79e87d60349c6040b42cfe22d9a7d023314d98b4.tar.bz2
dotfiles-79e87d60349c6040b42cfe22d9a7d023314d98b4.zip
.vimrc: Explicitly use the Molokai theme
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index c15c025..150a847 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,6 @@
+" Use the Molokai theme (originally created for TextMate by Wimer Hazenberg)
+colorscheme molokai
+
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)