mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/mini-icons: add mockDevIcons
This commit is contained in:
parent
84249a9dab
commit
9a156ae60c
2 changed files with 35 additions and 4 deletions
|
@ -59,6 +59,7 @@
|
|||
background = "#351721";
|
||||
foreground = "#cdc4c6";
|
||||
};
|
||||
icons = { };
|
||||
indentscope = { };
|
||||
jump = { };
|
||||
jump2d = { };
|
||||
|
@ -77,4 +78,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
icons-mock = {
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
mockDevIcons = true;
|
||||
modules.icons = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue