Skip to content

Commit

Permalink
plugins/mini: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmosich committed Feb 16, 2025
1 parent b8c5587 commit d636d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/by-name/mini/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
callSetup = false;
hasSettings = false;
extraConfig = cfg: {
assertions = lib.nixvim.mkAssertions "pluhins.mini" {
assertions = lib.nixvim.mkAssertions "plugins.mini" {
assertion = cfg.mockDevIcons -> cfg.modules ? icons;
message = ''
You have enabled `plugins.mini.mockDevIcons` but have not defined `plugins.mini.modules.icons`.
Expand Down

0 comments on commit d636d25

Please sign in to comment.