Removed icons for which-key
This commit is contained in:
parent
f281de107f
commit
602ab99fbb
1 changed files with 1 additions and 36 deletions
|
|
@ -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"; };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue