Created
June 17, 2016 02:31
-
-
Save yuitowest/081aab9d837e40231e89f2eccb160c89 to your computer and use it in GitHub Desktop.
memolist.vim settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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