forked from tub78/misaka-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vimwiki.vimrc
21 lines (19 loc) · 1 KB
/
vimwiki.vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"
" Local Wiki Options
"
let g:local_wiki = {}
let g:local_wiki.syntax = 'markdown'
let g:local_wiki.ext = '.md'
" let g:local_wiki.path_html = fnamemodify(expand("%:p:h"), ":h") . '/Html/' " ../Html/
let g:local_wiki.path_html = expand("%:p:h") . '/Html/' " ./Html/
"let g:local_wiki.auto_export = 1
let g:local_wiki.index = 'README'
let g:local_wiki.maxhi = 1
let g:local_wiki.nested_syntaxes = {'ruby': 'ruby', 'python': 'python', 'c++': 'cpp', 'sh': 'sh', 'bash': 'sh', 'r': 'R', 'R': 'R', 'vim': 'vim', 'objc': 'objc', 'xml': 'html', 'html': 'html', 'jscript': 'javascript', 'javascript': 'javascript', 'css': 'css', 'ascript': 'applescript', 'mkd': 'markdown'}
" "
let g:local_wiki.custom_wiki2html = expand("%:p:h"). '/bin/misaka_md2html.py'
" "
let g:local_wiki.list_margin = 1
let g:local_wiki.temp = 0
"let g:vimwiki_web_schemes1 = 'http,https,file'
"let g:vimwiki_web_schemes2 = 'mailto'