neovimUtils: improve error message (#502047)

This commit is contained in:
Matthieu Coudron
2026-03-22 10:41:07 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -82,7 +82,7 @@ let
neovimConfig =
structuredConfigure:
let
module = import ./module.nix;
module = import ./plugin-submodule.nix;
# Generate init.vim configuration
cfg = (
lib.evalModules {
@@ -97,6 +97,7 @@ let
checked_cfg = neovimConfig {
inherit plugins;
_file = "pkgs/applications/editors/neovim/plugin-submodule.nix";
};
pluginsNormalized = checked_cfg.plugins;