tweaks
This commit is contained in:
parent
20351c44f3
commit
31472b8139
@ -126,3 +126,18 @@ vmap > >gv
|
|||||||
|
|
||||||
" Open NERDTree
|
" Open NERDTree
|
||||||
nnoremap <leader>n :NERDTreeToggle<CR>
|
nnoremap <leader>n :NERDTreeToggle<CR>
|
||||||
|
|
||||||
|
" Vimwiki md2html
|
||||||
|
let g:vimwiki_list = [{
|
||||||
|
\ 'path': '~/vimwiki',
|
||||||
|
\ 'template_path': '~/vimwiki/templates/',
|
||||||
|
\ 'template_default': 'default',
|
||||||
|
\ 'syntax': 'markdown',
|
||||||
|
\ 'ext': '.md',
|
||||||
|
\ 'path_html': '~/vimwiki/site_html/',
|
||||||
|
\ 'custom_wiki2html': 'vimwiki_markdown',
|
||||||
|
\ 'template_ext': '.tpl'}]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user