added which-key
This commit is contained in:
parent
489d2fc47e
commit
f74eba64e2
2 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
./neotree.nix
|
||||
./toggleterm.nix
|
||||
./treesitter.nix
|
||||
./whichkey.nix
|
||||
./yazi.nix
|
||||
];
|
||||
|
||||
|
|
10
users/willifan/common/nixvim/whichkey.nix
Normal file
10
users/willifan/common/nixvim/whichkey.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
programs.nixvim.plugins = {
|
||||
which-key = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue