build: add neovim to nix devshell #200

Merged
barrettruth merged 1 commit from ci/neovim-devshell into main 2026-03-20 02:29:14 +00:00
barrettruth commented 2026-03-20 02:27:57 +00:00

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 resolve runtime tags in CI. The devshell didn't include neovim. ## Solution Add `pkgs.neovim` to the nix devshell packages.
Sign in to join this conversation.
No description provided.