Replace vim-notes with note.vim

This commit is contained in:
Kenneth Benzie 2016-11-16 21:00:59 +00:00
parent 98708c1ee4
commit 80b16bfb41

7
vimrc
View File

@ -98,11 +98,8 @@ if !platform#is_windows()
Plug 'junegunn/fzf.vim'
endif
" vim-notes - easy note taking {{{
Plug 'xolox/vim-notes' | Plug 'xolox/vim-misc'
let g:notes_directories = ['~/Sync/Notes']
let g:notes_title_sync = 'rename_file'
let g:notes_word_boundries = 1
Plug 'kbenzie/note.vim'
let g:note_directory = '~/Sync/Notes'
if !platform#is_windows()
" Seemless vim/tmux pane navigation