From f5f52d704f17a31aaa6542cb9957b6443c2a5633 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 13 Jul 2024 20:14:28 -0400 Subject: remove dressing & which-key --- plugin/dressing.lua | 6 ------ plugin/which-key.lua | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 plugin/dressing.lua delete mode 100644 plugin/which-key.lua (limited to 'plugin') diff --git a/plugin/dressing.lua b/plugin/dressing.lua deleted file mode 100644 index dc926fe..0000000 --- a/plugin/dressing.lua +++ /dev/null @@ -1,6 +0,0 @@ -if vim.g.did_load_dressing_plugin then - return -end -vim.g.did_load_dressing_plugin = true - -require("dressing") diff --git a/plugin/which-key.lua b/plugin/which-key.lua deleted file mode 100644 index e6d5ecc..0000000 --- a/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