From b83b278e2846c5186b3bd2e1e4932fa870136918 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Mon, 8 Aug 2022 11:28:54 +0200 Subject: [PATCH] Add a very basic calendar to vim This calendar may help me to organize my vimwiki better since they are very well integrated into each other. So it can help me to manage my diary and organize some basic stuff. --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 0adcef1..0f79f65 100644 --- a/.vimrc +++ b/.vimrc @@ -76,6 +76,9 @@ Plugin 'git@github.com:mattn/emmet-vim.git' " Add a status/tabline at the bottom Plugin 'git@github.com:vim-airline/vim-airline.git' +" A calendar-integration +Plugin 'git@github.com:mattn/calendar-vim.git' + call vundle#end() " End: Manage plugins filetype plugin on