dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c9234193002bd96041d306b914d6ddbc479d656c
parent ae475e17986aba4fe19456360d55de3cc1126826
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  7 Jan 2014 12:40:01 +0100

Added Calendar plugin

Diffstat:
M.vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -49,6 +49,10 @@ Bundle 'ervandew/supertab' " usage: :Ack [options] {pattern} [{directory}] Bundle 'mileszs/ack.vim' +" Calendar +Bundle 'itchyny/calendar.vim' +let g:calendar_google_calendar = 1 +let g:calendar_google_task = 1 filetype plugin indent on