neovim: clean up doc comment

main
Zynh Ludwig 2024-08-24 19:04:08 -07:00
parent 78119f6aad
commit 08f8c71880
1 changed files with 0 additions and 9 deletions

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