Commit graph

2 commits

Author SHA1 Message Date
Barrett Ruth
09463c08b7
ci: add neovim and busted to CI shell
Problem: the CI flake shell lacked `neovim`, so `vimdoc-language-server`
could not resolve builtin Neovim help tags like `|:checkhealth|`.
Also missing `busted`/`nlua` lua packages.

Solution: add `pkgs.neovim` to the `ci` shell and `busted`/`nlua` via
`luajit.withPackages` to both shells, matching the pattern used in
canola.nvim. Revert the vimdoc workaround from the previous commit.
2026-03-28 18:40:16 -04:00
Barrett Ruth
25509a48ac
more tweaks 2026-03-27 18:17:12 -04:00