From 237743798fc6edf1f9a0952c7f83f08bbc155260 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 7 Apr 2021 16:29:34 +0100 Subject: changed --- vim/vimrc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 5459c7a..f236940 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -65,7 +65,11 @@ set sidescroll=1 set sidescrolloff=10 set virtualedit+=block nnoremap :noh:call clearmatches() - + +" calcurse +" markdown notes from https://www.youtube.com/watch?v=I_-MqgpEWFA +autocmd BufRead,BufNewFile /tmp/calcurse*,~/.calcurse/notes/* set filetype=markdown + " open a Quickfix window for the last search nnoremap / :execute 'vimgrep /'.@/.'/g %':copen @@ -73,6 +77,11 @@ nnoremap / :execute 'vimgrep /'.@/.'/g %':copen call plug#begin('~/.vim/plugged') Plug 'fatih/vim-go', { 'tag': '*' } Plug 'altercation/vim-colors-solarized' +Plug 'vimwiki/vimwiki' +Plug 'tools-life/taskwiki' +Plug 'powerman/vim-plugin-AnsiEsc' +Plug 'farseer90718/vim-taskwarrior' +Plug 'majutsushi/tagbar' call plug#end() " colorscheme @@ -128,7 +137,7 @@ autocmd FileType python set sts=4 autocmd FileType python set omnifunc=pythoncomplete#Complete autocmd FileType html set omnifunc=htmlcomplete#Complete -syntax off +syntax on filetype indent on filetype plugin on -- cgit v1.2.3