Add neovim
This commit is contained in:
parent
e24f8f8f0a
commit
a9e3ec7ada
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
pkgs.writeShellApplication {
|
||||
name = "vix";
|
||||
|
||||
runtimeInputs = with pkgs; [ neovim ];
|
||||
|
||||
text = ''
|
||||
cmd=$(command -v "$1")
|
||||
test -n "$cmd" && exec "$EDITOR" "$cmd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue