neovim: clean up doc comment

This commit is contained in:
Zynh Ludwig 2024-08-24 19:04:08 -07:00
parent 78119f6aad
commit 08f8c71880

View file

@ -14,15 +14,6 @@ in
package = lib.mkPackageOption pkgs "neovim" {
default = [ "neovim-unwrapped" ];
};
# This should be close to identical to above
#
# package = lib.mkOption {
# type = lib.types.package;
# default = pkgs.neovim-unwrapped;
# defaultText = lib.literalExpression "pkgs.neovim-unwrapped";
# description = "The package to use for the neovim binary.";
# };
};
config =
let