diff options
Diffstat (limited to 'config/plugins/which-key.lua')
| -rw-r--r-- | config/plugins/which-key.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/plugins/which-key.lua b/config/plugins/which-key.lua new file mode 100644 index 0000000..32ca2ff --- /dev/null +++ b/config/plugins/which-key.lua @@ -0,0 +1,5 @@ +require("which-key").setup({ + plugins = { + spelling = { enable = true }, + }, +}) |
