summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-26 08:15:20 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-26 08:15:20 +0200
commit89b73b9768cb0dc1d5d843b84524c6513fdcc11e (patch)
tree8cdaf80584e19f5545e7a12f2b0e2497bba522b0 /vimrc
parent49054b369c1c61177e32c243154a22732b739903 (diff)
downloadvim-89b73b9768cb0dc1d5d843b84524c6513fdcc11e.zip
vim-89b73b9768cb0dc1d5d843b84524c6513fdcc11e.tar.gz
install pathogen.vim
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e23be4a..66f0277 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,7 @@
" vimrc
+call pathogen#infect()
+
map <F12> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
" Switch syntax highlighting on, when the terminal has colors