Removed icons for which-key

This commit is contained in:
EsVagy42 2025-03-02 20:11:31 +00:00
parent f281de107f
commit 602ab99fbb

View file

@ -2,42 +2,7 @@
plugins = {
which-key = {
enable = true;
settings = {
preset = "helix";
icons.rules = false;
icons.mappings = false;
icons.keys = {
BS = "BS ";
C = "C ";
CR = "CR ";
D = "D ";
Down = "Down ";
Esc = "Esc ";
F1 = "F1";
F10 = "F10";
F11 = "F11";
F12 = "F12";
F2 = "F2";
F3 = "F3";
F4 = "F4";
F5 = "F5";
F6 = "F6";
F7 = "F7";
F8 = "F8";
F9 = "F9";
Left = "Left ";
M = "M ";
NL = "NL ";
Right = "Right ";
S = "S ";
ScrollWheelDown = "ScrollWheelDown ";
ScrollWheelUp = "ScrollWhellUp ";
Space = "Space ";
Tab = "Tab ";
Up = "Up ";
settings = { preset = "helix"; };
};
};
};
};
}