diff options
Diffstat (limited to 'config/plugins/which-key.nix')
| -rw-r--r-- | config/plugins/which-key.nix | 9 |
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; + }; + }; +} |
