Skip to content

Commit

Permalink
use yet another vim notes plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Jan 27, 2016
1 parent 27d3080 commit 44cd875
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Plugin 'tpope/vim-endwise'
Plugin 'MarcWeber/vim-addon-mw-utils'

" TODO file
Plugin 'tomswartz07/vim-todo'
"Plugin 'tomswartz07/vim-todo'
Plugin 'xolox/vim-notes'
Plugin 'xolox/vim-misc'
"Plugin 'freitass/todo.txt-vim'


Expand Down Expand Up @@ -140,3 +142,5 @@ nnoremap <Leader>r :%s/\<<C-r><C-w>\>/
"let g:syntastic_check_on_wq = 0
"let g:syntastic_enable_highlighting = 0
"let g:syntastic_auto_jump = 2

:let g:notes_directories = ['~/Dropbox/notes']

0 comments on commit 44cd875

Please sign in to comment.