diff options
author | christianchiarulli <[email protected]> | 2021-07-06 23:08:53 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 23:08:53 -0400 |
commit | d6b00cec25296e83c28b2da0cbfe9bc7ad629a70 (patch) | |
tree | 32f8f73e63bb5a7d9be9f10a02e8f466bcb8233d /lua/lv-dashboard/init.lua | |
parent | 0c6771a385e3f2e4a9f1e5ae80eb7615e4fa99e0 (diff) |
fix losing dashboard command add whichkey binding for lunarconfig0.4.3
Diffstat (limited to 'lua/lv-dashboard/init.lua')
-rw-r--r-- | lua/lv-dashboard/init.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/lv-dashboard/init.lua b/lua/lv-dashboard/init.lua index 7a6c77cd..d9511e90 100644 --- a/lua/lv-dashboard/init.lua +++ b/lua/lv-dashboard/init.lua @@ -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'" |