mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-01 00:24:54 +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
|
@ -60,6 +60,8 @@ M.setup = function()
|
|||
|
||||
vim.g.dashboard_custom_section = O.plugin.dashboard.custom_section
|
||||
|
||||
O.plugin.which_key.mappings[";"] = { "<cmd>Dashboard<CR>", "Dashboard" }
|
||||
|
||||
-- f = {
|
||||
-- description = { " Neovim Config Files" },
|
||||
-- command = "Telescope find_files cwd=" .. CONFIG_PATH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue