UsePlugin 'memolist.vim' let g:memolist_path = $HOME . '/.config/memo/_posts' nmap mc :MemoNew nmap mg :MemoGrep let g:memolist_memo_suffix = "md" let g:memolist_memo_date = "%Y-%m-%d %H:%M" let g:memolist_qfixgrep = 0 let g:memolist_template_dir_path = $HOME . '/.config/memo/template' UsePlugin 'ctrlp.vim' nmap mf :exe "CtrlP" g:memolist_path