mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-24 12:44:35 +02:00
Fix dashboard which key still appears when dashboard disabled (#923)
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
This commit is contained in:
parent
3dfb4184b7
commit
64045a40df
2 changed files with 2 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue