summaryrefslogtreecommitdiff
path: root/plugin/which-key.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-13 20:14:28 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commitf5f52d704f17a31aaa6542cb9957b6443c2a5633 (patch)
tree7f7c9791fc364dc254bce1a1ccf3a162bb776baa /plugin/which-key.lua
parent5ec30e9a2b9047713c060c90a5e7930fafc2a3d6 (diff)
remove dressing & which-key
Diffstat (limited to 'plugin/which-key.lua')
-rw-r--r--plugin/which-key.lua10
1 files changed, 0 insertions, 10 deletions
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 },
- },
-})