mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-07 06:15:13 +02:00
Add: template config for vimwiki plugin
This commit is contained in:
@@ -94,6 +94,9 @@ return require('packer').startup(function(use)
|
||||
{
|
||||
path = '~/Documents/cybersecurity/wiki/',
|
||||
path_html = '~/Documents/cybersecurity/wiki/generated_html',
|
||||
template_path = '~/.config/vimwiki/templates/cybersecurity/',
|
||||
template_default = 'default',
|
||||
template_ext = 'html',
|
||||
syntax = 'markdown',
|
||||
ext = '.md',
|
||||
custom_wiki2html = '~/.config/vimwiki/parse_wiki.py',
|
||||
|
||||
Reference in New Issue
Block a user