We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c5587 commit d636d25Copy full SHA for d636d25
plugins/by-name/mini/default.nix
@@ -94,7 +94,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
94
callSetup = false;
95
hasSettings = false;
96
extraConfig = cfg: {
97
- assertions = lib.nixvim.mkAssertions "pluhins.mini" {
+ assertions = lib.nixvim.mkAssertions "plugins.mini" {
98
assertion = cfg.mockDevIcons -> cfg.modules ? icons;
99
message = ''
100
You have enabled `plugins.mini.mockDevIcons` but have not defined `plugins.mini.modules.icons`.
0 commit comments