commit 4bd2cdb4f792a8d0933762e6974f39ff25687a04 parent 35adaf7b6241a28fef6cc0458ad459eff927a53b Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Sat, 26 Apr 2014 17:32:58 +0200 added org mode and date increment plugins Diffstat:
M | .vimrc | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc @@ -67,6 +67,12 @@ Bundle 'kien/rainbow_parentheses.vim' " ctags list (:TlistOpen) Bundle 'taglist.vim' +" vim-OrgMode +Bundle 'jceb/vim-orgmode' + +" increment dates and times with Ctrl-a and Ctrl-x +Bundle 'tpope/vim-speeddating' + filetype plugin indent on filetype plugin on