mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 09:14:40 +02:00
10 lines
110 B
Nix
10 lines
110 B
Nix
{ ... }:
|
|
{
|
|
plugins.which-key = {
|
|
enable = true;
|
|
settings = {
|
|
preset = "modern";
|
|
};
|
|
};
|
|
}
|