diff options
author | christianchiarulli <[email protected]> | 2021-07-06 23:09:09 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 23:09:09 -0400 |
commit | 82c24bd832e57118f4e2e03ed2186a1fb33a94cd (patch) | |
tree | e8b14fea2600dbac36168d927de57e040d10d4b8 /lua/lv-dashboard/init.lua | |
parent | e3126124c55a490308bd4e3a8a9a83eaeabb364d (diff) | |
parent | d6b00cec25296e83c28b2da0cbfe9bc7ad629a70 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
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'" |