astronixvim/plugins/which-key.nix
2025-11-22 00:19:13 +01:00

8 lines
145 B
Nix

{pkgs, lib, ...}:{
plugins.which-key = {
enable = true;
};
# extraConfigLua = /*lua*/ ''
# require('astroui').setup({});
# '';
}