Files
nuwiki/development/tests/config-expected.txt
gffranco e3f28d7dfc
CI / cargo fmt --check (push) Successful in 23s
CI / cargo clippy (push) Successful in 31s
CI / cargo test (push) Successful in 31s
CI / editor keymaps (push) Successful in 1m28s
test(config): cover link_severity in parity harnesses and docs
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>
2026-05-30 21:53:56 -03:00

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