all repos

init.lua @ 599728a

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
adds "open file explorer" to dashboard
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-17 18:39:35 +0200
Parent: c99c123
M lua/plugin/alpha.lua

@@ -57,6 +57,7 @@ type = "group",

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