1

Neovim: Switch which-key preset to helix

This commit is contained in:
2024-08-15 14:28:33 +02:00
parent af64609908
commit ea83a2a24f

View File

@ -1663,7 +1663,7 @@ in {
priority = 500; priority = 500;
config = mkDefaultConfig name; config = mkDefaultConfig name;
opts = { opts = {
preset = "modern"; preset = "helix"; # or "modern"
}; };
}; };