diff options
author | Soispha <soispha@vhack.eu> | 2023-08-24 21:40:09 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-24 21:40:09 +0200 |
commit | 0ad6ed52b123be52b0c68fd14b075299dbef801d (patch) | |
tree | 7c62b2f01ed2aca579f3b36d964c5393fdb93a5b | |
parent | Feat(hm/conf/neovim/plugins/lspkind): Init (diff) | |
download | nixos-config-0ad6ed52b123be52b0c68fd14b075299dbef801d.tar.gz nixos-config-0ad6ed52b123be52b0c68fd14b075299dbef801d.zip |
Feat(hm/conf/neovim/plugins/which-key): Init
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix new file mode 100644 index 00000000..be63f7ac --- /dev/null +++ b/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix @@ -0,0 +1,5 @@ +{...}: { + programs.nixvim.plugins.which-key = { + enable = true; + }; +} |