nixvim-for-share/config/plugins/which-key.nix
2025-07-26 12:43:01 +00:00

7 lines
69 B
Nix

{
plugins = {
which-key = {
enable = true;
};
};
}