From 874b05da70488ad6ecb6212762ba2e2d73dd0444 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sat, 9 Jul 2022 06:09:01 -0700 Subject: [PATCH] remove redundant telescope project selection in alpha --- .config/nvim/lua/user/alpha.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/lua/user/alpha.lua b/.config/nvim/lua/user/alpha.lua index 535bb93..44ecdd0 100644 --- a/.config/nvim/lua/user/alpha.lua +++ b/.config/nvim/lua/user/alpha.lua @@ -16,7 +16,6 @@ dashboard.section.header.val = { dashboard.section.buttons.val = { dashboard.button("f", " Find file", ":Telescope find_files "), dashboard.button("e", " New file", ":ene startinsert "), - dashboard.button("p", " Find project", ":Telescope project "), dashboard.button("r", " Recently used files", ":Telescope oldfiles "), dashboard.button("t", " Find text", ":Telescope live_grep "), dashboard.button("c", " Configuration", ":e ~/.config/nvim/init.lua "),