build: add neovim to nix devshell #376

Closed
barrettruth wants to merge 2 commits from ci/neovim-devshell into main
barrettruth commented 2026-03-20 20:34:20 +00:00

Problem

The nix devshell doesn't include neovim, requiring it to be installed separately for local plugin development and testing.

Solution

Add neovim to the devShell.packages list in flake.nix.

## Problem The nix devshell doesn't include neovim, requiring it to be installed separately for local plugin development and testing. ## Solution Add `neovim` to the `devShell.packages` list in `flake.nix`.

Pull request closed

Sign in to join this conversation.
No description provided.