all repos

init.lua @ c99c123fa14f717841818ffb5a5105f9d9252289

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
adds "search project" to dashboard
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-17 18:16:27 +0200
Parent: 5fa3b15
M lua/plugin/alpha.lua

@@ -56,6 +56,7 @@ buttons = {

type = "group", val = { button("f", " search files", "<cmd>Telescope find_files<cr>"), + button("p", "ﰍ search project", "<cmd>Telescope projects<cr>"), button("n", " new file", "<cmd>ene <cr>"), }, },