1

Neovim: Switch which-key preset to helix

This commit is contained in:
2024-08-15 14:28:33 +02:00
parent 3f473a28fd
commit 9626bc36dc

View File

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