📝 ✨ add calendar and testing note
This commit is contained in:
parent
cdf0aee42d
commit
3f09baeb9e
1 changed files with 3 additions and 2 deletions
5
.vimrc
5
.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/'}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue