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, 0 insertions, 9 deletions
diff --git a/config/plugins/which-key.nix b/config/plugins/which-key.nix
deleted file mode 100644
index ef43fc4..0000000
--- a/config/plugins/which-key.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- plugins.which-key = {
- enable = true;
-
- plugins = {
- spelling.enabled = true;
- };
- };
-}