nixos/home/apps/nvim/whichkey.nix
2024-05-02 15:40:12 +02:00

4 lines
53 B
Nix

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