mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 07:34:32 +02:00
fix losing dashboard command add whichkey binding for lunarconfig
This commit is contained in:
parent
0c6771a385
commit
d6b00cec25
3 changed files with 15 additions and 5 deletions
|
@ -28,10 +28,10 @@ M.config = function()
|
|||
description = { " Settings " },
|
||||
command = ":e " .. CONFIG_PATH .. "/lv-config.lua",
|
||||
},
|
||||
f = {
|
||||
description = { " Neovim Config Files" },
|
||||
command = "Telescope find_files cwd=" .. CONFIG_PATH,
|
||||
},
|
||||
-- f = {
|
||||
-- description = { " Neovim Config Files" },
|
||||
-- command = "Telescope find_files cwd=" .. CONFIG_PATH,
|
||||
-- },
|
||||
-- e = {description = {' Marks '}, command = 'Telescope marks'}
|
||||
}
|
||||
vim.cmd "let g:dashboard_session_directory = $HOME..'/.config/nvim/.sessions'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue