Files
nuwiki/development
gffranco 346e8b0de6
CI / cargo fmt --check (push) Successful in 25s
CI / cargo clippy (push) Successful in 30s
CI / cargo test (push) Successful in 38s
CI / editor keymaps (push) Successful in 1m31s
dev: NUWIKI_DEV_VIMWIKI mode to dogfood the g:vimwiki_* drop-in
The start-vim-coc.sh harness runs `vim --clean`, so it never sources a
user's real vimwiki.vim — meaning g:vimwiki_list is never set and the
g:vimwiki_* drop-in translation was impossible to exercise through the
harness (you'd only ever test the native g:nuwiki_* path).

Add NUWIKI_DEV_VIMWIKI=1: instead of g:nuwiki_*, the generated vimrc
configures an upstream g:vimwiki_list (+ g:vimwiki_toc_header_level etc.)
pointing at the scratch wiki, so nuwiki's client-side translation +
programmatic coc registration run on a real vimwiki-shaped config.

    NUWIKI_DEV_VIMWIKI=1 ./development/start-vim-coc.sh

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 00:26:11 +00:00
..