e3f28d7dfc
Both editor harnesses now emit diagnostic.link_severity and exercise a
non-default override ('error') in the sample scenario, diffed against the
shared golden. Drop the README "not wired" caveat now that the value flows
through, and document the g:nuwiki_link_severity global.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
[default]
|
|
wiki_root=~/vimwiki
|
|
file_extension=.wiki
|
|
syntax=vimwiki
|
|
log_level=warn
|
|
diagnostic.link_severity=warn
|
|
[sample]
|
|
wiki_root=/tmp/base
|
|
file_extension=.md
|
|
syntax=vimwiki
|
|
log_level=debug
|
|
diagnostic.link_severity=error
|
|
wikis[0].diary_rel_path=journal
|
|
wikis[0].file_extension=.wiki
|
|
wikis[0].index=home
|
|
wikis[0].name=personal
|
|
wikis[0].root=/tmp/personal
|
|
wikis[1].name=work
|
|
wikis[1].root=/tmp/work
|