about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-24 21:40:09 +0200
committerSoispha <soispha@vhack.eu>2023-08-24 21:40:09 +0200
commit0ad6ed52b123be52b0c68fd14b075299dbef801d (patch)
tree7c62b2f01ed2aca579f3b36d964c5393fdb93a5b
parentFeat(hm/conf/neovim/plugins/lspkind): Init (diff)
downloadnixos-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.nix5
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;
+  };
+}