Add neovim

This commit is contained in:
Oliver Davies 2025-07-13 23:15:31 +01:00
parent e24f8f8f0a
commit a9e3ec7ada

View file

@ -3,6 +3,8 @@
pkgs.writeShellApplication {
name = "vix";
runtimeInputs = with pkgs; [ neovim ];
text = ''
cmd=$(command -v "$1")
test -n "$cmd" && exec "$EDITOR" "$cmd"