From d6b00cec25296e83c28b2da0cbfe9bc7ad629a70 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 6 Jul 2021 23:08:53 -0400 Subject: fix losing dashboard command add whichkey binding for lunarconfig --- lua/lv-dashboard/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/lv-dashboard/init.lua') 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'" -- cgit v1.2.3