This commit is contained in:
Hadi
2024-03-12 02:55:45 +01:00
parent 0efb552856
commit 55a602b481
20 changed files with 250 additions and 159 deletions

3
home/nvim/whichkey.nix Normal file
View File

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