From 80b16bfb41ef7d0d4c26629685f9f60f1cdb5559 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 16 Nov 2016 21:00:59 +0000 Subject: [PATCH] Replace vim-notes with note.vim --- vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index f814b41..56ce653 100644 --- a/vimrc +++ b/vimrc @@ -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