Neovim: Switch which-key preset to helix

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent af64609908
commit ea83a2a24f
+1 -1
View File
@@ -1663,7 +1663,7 @@ in {
priority = 500;
config = mkDefaultConfig name;
opts = {
preset = "modern";
preset = "helix"; # or "modern"
};
};