about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/which-key/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/nvim/plgs/which-key/default.nix')
-rw-r--r--modules/home.legacy/conf/nvim/plgs/which-key/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/nvim/plgs/which-key/default.nix b/modules/home.legacy/conf/nvim/plgs/which-key/default.nix
new file mode 100644
index 00000000..be63f7ac
--- /dev/null
+++ b/modules/home.legacy/conf/nvim/plgs/which-key/default.nix
@@ -0,0 +1,5 @@
+{...}: {
+  programs.nixvim.plugins.which-key = {
+    enable = true;
+  };
+}