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