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

Merged
barrettruth merged 1 commit from ci/vimdoc-runtime-tags into main 2026-03-20 02:05:04 +00:00
barrettruth commented 2026-03-20 01:51:13 +00:00

Problem

vimdoc-language-server now auto-discovers $VIMRUNTIME by default.
The --no-runtime-tags flag suppresses this, causing false positives
on nvim builtin tag references in CI.

Solution

Remove the flag and update the flake lockfile to pick up the new
vimdoc-language-server with auto-discovery support.

## Problem vimdoc-language-server now auto-discovers `$VIMRUNTIME` by default. The `--no-runtime-tags` flag suppresses this, causing false positives on nvim builtin tag references in CI. ## Solution Remove the flag and update the flake lockfile to pick up the new vimdoc-language-server with auto-discovery support.
Sign in to join this conversation.
No description provided.