fix: appName typo in mkNeovim (#41)

This commit is contained in:
Yuto Nishida
2024-09-19 17:55:03 +02:00
committed by GitHub
parent 43effe2122
commit c7af6abe23
+2 -2
View File
@@ -33,9 +33,9 @@ with lib;
# You probably don't want to create vi or vim aliases
# if the appName is something different than "nvim"
# Add a "vi" binary to the build output as an alias?
viAlias ? appName == null || appname == "nvim",
viAlias ? appName == null || appName == "nvim",
# Add a "vim" binary to the build output as an alias?
vimAlias ? appName == null || appname == "nvim",
vimAlias ? appName == null || appName == "nvim",
}: let
# This is the structure of a plugin definition.
# Each plugin in the `plugins` argument list can also be defined as this attrset