1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Set custom vimwiki css.

This commit is contained in:
2021-03-14 17:31:55 +01:00
parent de9fadd29c
commit 4d6ab5e7cc

3
vimrc
View File

@@ -534,7 +534,8 @@ let g:tagbar_compact = 1
let g:vimwiki_list = [{'path': '~/vimwiki/',
\ 'template_path': '~/vimwiki/',
\ 'template_default': 'default',
\ 'template_ext': '.tpl'}]
\ 'template_ext': '.tpl',
\ 'css_name': 'vimwiki_style.css'}]
"redefine tab key for vimwiki
map <Leader>wn <Plug>VimwikiNextWord
map <Leader>wp <Plug>VimwikiPrevWord