dashboard.button("f", " " .. " Find file", ":Telescope find_files <CR>"),
dashboard.button("n", " " .. " New file", ":ene <BAR> startinsert <CR>"),
dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
- dashboard.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
dashboard.button("l", " " .. " Lazy", ":Lazy<CR>"),