nixos-config/home/afoucaultc/packages/neovim/plugins/which-key.nix
2026-08-19 14:54:41 +02:00

10 lines
115 B
Nix

{ ... }:
{
programs.nixvim = {
plugins = {
which-key = {
enable = true;
};
};
};
}