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