nixos/home/nvim/whichkey.nix
2024-03-12 02:55:45 +01:00

4 lines
53 B
Nix

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