From 3f09baeb9e9cf1738cba90e7439d0b12aee51966 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 5 Feb 2022 22:14:49 +0100 Subject: [PATCH] :memo: :sparkles: add calendar and testing note --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 9b36fd4..0f0973f 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,4 @@ -" This VIMRC file is for MACOS +" Tested on Ubuntu 21.04 with VIM - Vi IMproved 8.2 set nocompatible " be iMproved, required filetype off " required @@ -16,7 +16,8 @@ Plugin 'nvie/vim-flake8' 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 'mileszs/ack.vim' " grep-like source code search tool +Plugin 'itchyny/calendar.vim' " calendar Bundle 'Valloric/YouCompleteMe' " Plugin 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}