From 5ec30e9a2b9047713c060c90a5e7930fafc2a3d6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 13 Jul 2024 20:12:35 -0400 Subject: flatten plugin structure --- config/plugin/which-key.lua | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index e6d5ecc..0000000 --- a/config/plugin/which-key.lua +++ /dev/null @@ -1,10 +0,0 @@ -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