Replace vim-notes with note.vim
This commit is contained in:
parent
98708c1ee4
commit
80b16bfb41
7
vimrc
7
vimrc
@ -98,11 +98,8 @@ if !platform#is_windows()
|
|||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" vim-notes - easy note taking {{{
|
Plug 'kbenzie/note.vim'
|
||||||
Plug 'xolox/vim-notes' | Plug 'xolox/vim-misc'
|
let g:note_directory = '~/Sync/Notes'
|
||||||
let g:notes_directories = ['~/Sync/Notes']
|
|
||||||
let g:notes_title_sync = 'rename_file'
|
|
||||||
let g:notes_word_boundries = 1
|
|
||||||
|
|
||||||
if !platform#is_windows()
|
if !platform#is_windows()
|
||||||
" Seemless vim/tmux pane navigation
|
" Seemless vim/tmux pane navigation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user