10 lines
100 B
Nix
10 lines
100 B
Nix
{ ... }:
|
|
{
|
|
|
|
programs.nixvim.plugins = {
|
|
which-key = {
|
|
enable = true;
|
|
};
|
|
};
|
|
|
|
}
|