From 5ec30e9a2b9047713c060c90a5e7930fafc2a3d6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 13 Jul 2024 20:12:35 -0400 Subject: flatten plugin structure --- plugin/which-key.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin/which-key.lua (limited to 'plugin/which-key.lua') diff --git a/plugin/which-key.lua b/plugin/which-key.lua new file mode 100644 index 0000000..e6d5ecc --- /dev/null +++ b/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