summaryrefslogtreecommitdiff
path: root/config/plugins/which-key.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/plugins/which-key.nix')
-rw-r--r--config/plugins/which-key.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/plugins/which-key.nix b/config/plugins/which-key.nix
new file mode 100644
index 0000000..ef43fc4
--- /dev/null
+++ b/config/plugins/which-key.nix
@@ -0,0 +1,9 @@
+{
+ plugins.which-key = {
+ enable = true;
+
+ plugins = {
+ spelling.enabled = true;
+ };
+ };
+}