Skip to content

Instantly share code, notes, and snippets.

@yuitowest
Created June 17, 2016 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuitowest/081aab9d837e40231e89f2eccb160c89 to your computer and use it in GitHub Desktop.
Save yuitowest/081aab9d837e40231e89f2eccb160c89 to your computer and use it in GitHub Desktop.
memolist.vim settings
let g:memolist_path = "~/Dropbox/vim/memolist"
let g:memolist_template_dir_path = "~/.vim/template/memolist"
let g:memolist_memo_suffix = "md"
let g:memolist_memo_date = "%Y-%m-%d"
let g:memolist_prompt_tags = 1
let g:memolist_qfixgrep = 1
let g:memolist_filename_prefix_none = 1
let g:memolist_unite = 1
let g:memolist_unite_source = "file_rec"
let g:memolist_unite_option = "-auto-preview -start-insert"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment