From 16a1126200932407f9f4562fba961b514a1c91d1 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 9 Apr 2024 19:49:37 -0400 Subject: auto import all files, cleanup + add a few things --- config/plugin/which-key.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/plugin/which-key.lua (limited to 'config/plugin/which-key.lua') diff --git a/config/plugin/which-key.lua b/config/plugin/which-key.lua new file mode 100644 index 0000000..e6d5ecc --- /dev/null +++ b/config/plugin/which-key.lua @@ -0,0 +1,10 @@ +if vim.g.did_load_which_key_plugin then + return +end +vim.g.did_load_which_key_plugin = true + +require("which-key").setup({ + plugins = { + spelling = { enable = true }, + }, +}) -- cgit v1.2.3