diff --git a/.config/nvim/lua/plugins/extras/alpha.lua b/.config/nvim/lua/plugins/extras/alpha.lua index c578603b..27105af6 100644 --- a/.config/nvim/lua/plugins/extras/alpha.lua +++ b/.config/nvim/lua/plugins/extras/alpha.lua @@ -33,9 +33,10 @@ return { dashboard.button("f", " " .. " Find file", " Telescope find_files "), dashboard.button("n", " " .. " New file", " ene startinsert "), dashboard.button("r", " " .. " Recent files", " Telescope oldfiles "), - dashboard.button("p", " " .. " Projects", ":Telescope projects "), + dashboard.button("p", " " .. " Projects", "Telescope projects "), dashboard.button("g", " " .. " Find text", " Telescope live_grep "), dashboard.button("c", " " .. " Config", " lua require('lazyvim.util').telescope.config_files()() "), + dashboard.button("d", "󰉦 " .. " Dotfiles", "FloatermNew --disposable --name=dots --opener=edit --titleposition=center --height=0.85 --width=0.85 dots"), dashboard.button("s", " " .. " Restore Session", [[ lua require("persistence").load() ]]), dashboard.button("e", " " .. " Lazy Extras", " LazyExtras "), dashboard.button("l", "󰒲 " .. " Lazy", " Lazy "),