summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
diff options
context:
space:
mode:
authorhui.liu <[email protected]>2021-07-14 12:45:11 +0800
committerGitHub <[email protected]>2021-07-14 00:45:11 -0400
commit64045a40dfb03eb4933d7e229c25e07e9d9aa896 (patch)
treef7149d4a044d3ac979f33dbbef99571928bb9ca6 /lua/core/which-key.lua
parent3dfb4184b7c458a328b8adcc6fadeaee6a7ef8dc (diff)
Fix dashboard which key still appears when dashboard disabled (#923)
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r--lua/core/which-key.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua
index c3255705..b6413775 100644
--- a/lua/core/which-key.lua
+++ b/lua/core/which-key.lua
@@ -68,7 +68,6 @@ M.config = function()
["e"] = { "<cmd>lua require'core.nvimtree'.toggle_tree()<CR>", "Explorer" },
["f"] = { "<cmd>Telescope find_files<CR>", "Find File" },
["h"] = { '<cmd>let @/=""<CR>', "No Highlight" },
- [";"] = { "<cmd>Dashboard<CR>", "Dashboard" },
p = {
name = "Packer",
c = { "<cmd>PackerCompile<cr>", "Compile" },