diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/core/dashboard.lua | 2 | ||||
| -rw-r--r-- | lua/core/which-key.lua | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua index e58b6f06..9d161e7b 100644 --- a/lua/core/dashboard.lua +++ b/lua/core/dashboard.lua @@ -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, 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" }, | 
