Mercurial > dotfiles.old
comparison vimrc @ 221:152b34da1f13
Add notes
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 11 Jan 2015 18:36:10 +0100 |
parents | a7355c906b3e |
children | 529bb6ae8e5e |
comparison
equal
deleted
inserted
replaced
220:922772b646ce | 221:152b34da1f13 |
---|---|
18 Plug 'scrooloose/syntastic' | 18 Plug 'scrooloose/syntastic' |
19 Plug 'tpope/vim-commentary' | 19 Plug 'tpope/vim-commentary' |
20 Plug 'wellle/targets.vim' | 20 Plug 'wellle/targets.vim' |
21 Plug 'mtth/scratch.vim' | 21 Plug 'mtth/scratch.vim' |
22 Plug 'mrmargolis/dogmatic.vim' | 22 Plug 'mrmargolis/dogmatic.vim' |
23 Plug 'xolox/vim-misc' | |
24 Plug 'xolox/vim-notes' | |
23 | 25 |
24 " Undo | 26 " Undo |
25 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } | 27 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } |
26 | 28 |
27 " Tmux | 29 " Tmux |
527 " }}} | 529 " }}} |
528 " Startify {{{ | 530 " Startify {{{ |
529 let g:startify_session_dir = "~/.vim/sessions" | 531 let g:startify_session_dir = "~/.vim/sessions" |
530 " }}} | 532 " }}} |
531 " Vimwiki {{{ | 533 " Vimwiki {{{ |
532 let g:vimwiki_list=[{'path':'$HOME/.vimwiki'}] | 534 let g:notes_directories = ['~/.vim/notes'] |
533 " }}} | 535 " }}} |
534 " Vim Sessions {{{ | 536 " Vim Sessions {{{ |
535 let g:session_autosave = 'no' | 537 let g:session_autosave = 'no' |
536 " }}} | 538 " }}} |
537 " Dispatch {{{ | 539 " Dispatch {{{ |