Skip to content

build: add neovim to nix devshell#200

Merged
barrettruth merged 1 commit intomainfrom
ci/neovim-devshell
Mar 20, 2026
Merged

build: add neovim to nix devshell#200
barrettruth merged 1 commit intomainfrom
ci/neovim-devshell

Conversation

@barrettruth
Copy link
Owner

Problem

vimdoc-language-server discover_vimruntime() needs nvim in PATH to
resolve runtime tags in CI. The devshell didn't include neovim.

Solution

Add pkgs.neovim to the nix devshell packages.

Problem: vimdoc-language-server `discover_vimruntime()` needs nvim in
PATH to find runtime tags. CI devshell had no neovim, so runtime tag
discovery silently failed.

Solution: Add `pkgs.neovim` to the nix devshell packages.
@barrettruth barrettruth merged commit 7a979df into main Mar 20, 2026
8 checks passed
@barrettruth barrettruth deleted the ci/neovim-devshell branch March 20, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant