From 3e26af5f12008968dcfa75b5617bb16d23df2294 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 5 Feb 2022 22:20:04 +0100 Subject: [PATCH] :fire: remove the calendar --- .vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0f0973f..89abcd4 100644 --- a/.vimrc +++ b/.vimrc @@ -17,7 +17,6 @@ Plugin 'scrooloose/nerdtree' Plugin 'kien/ctrlp.vim' Plugin 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor Plugin 'mileszs/ack.vim' " grep-like source code search tool -Plugin 'itchyny/calendar.vim' " calendar Bundle 'Valloric/YouCompleteMe' " Plugin 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}