feat: add which-key

This commit is contained in:
Mohammad Rafiq 2025-03-09 21:50:24 +08:00
parent 1ed7506ae5
commit f9a6e602d8
2 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{
programs.nixvim.plugins.which-key = {
enable = true;
};
}