From dec8d36cbdbb3b9c5c12792ed199892ce2e82069 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 31 Dec 2023 08:01:03 -0500 Subject: back to regular lua --- config/plugins/which-key.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/plugins/which-key.lua (limited to 'config/plugins/which-key.lua') 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 }, + }, +}) -- cgit v1.2.3