ensure normal-mode before running g@...
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m21s

This commit is contained in:
2025-06-04 23:00:22 -06:00
parent 81ba1bb96b
commit 6f86bfaa42
2 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
{
pkgs ?
import
# neovim@0.11.1: https://history.nix-packages.com/package/neovim/0.11.1
(fetchTarball "https://github.com/nixos/nixpkgs/tarball/e73c3bf29132da092f9c819b97b6e214367eb71f")
# nixpkgs-unstable (neovim@0.11.2):
(fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/e4b09e47ace7d87de083786b404bf232eb6c89d8.tar.gz";
sha256 = "1a2qvp2yz8j1jcggl1yvqmdxicbdqq58nv7hihmw3bzg9cjyqm26";
})
{ },
}:
pkgs.mkShell {