astronixvim/plugins/which-key.nix

9 lines
145 B
Nix
Raw Normal View History

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