about summary refs log tree commit diff stats
diff options
context:
space:
mode:
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;
+  };
+}