ci: drop --no-runtime-tags from vimdoc check #47

Merged
barrettruth merged 1 commit from ci/drop-no-runtime-tags into main 2026-04-20 23:37:00 +00:00
barrettruth commented 2026-04-20 23:36:07 +00:00

The ci shell already bundles Neovim via pkgs.neovim, so vimdoc-language-server check doc/ resolves $VIMRUNTIME/doc/tags on its own. The --no-runtime-tags flag was suppressing real |taglink| validation against the bundled runtime for no benefit.

The `ci` shell already bundles Neovim via `pkgs.neovim`, so `vimdoc-language-server check doc/` resolves `$VIMRUNTIME/doc/tags` on its own. The `--no-runtime-tags` flag was suppressing real `|taglink|` validation against the bundled runtime for no benefit.
Sign in to join this conversation.
No description provided.