diff --git a/.config/nvim/lua/plugins/extras/ui/alpha.lua b/.config/nvim/lua/plugins/extras/ui/alpha.lua index f3d90152..1262e28e 100644 --- a/.config/nvim/lua/plugins/extras/ui/alpha.lua +++ b/.config/nvim/lua/plugins/extras/ui/alpha.lua @@ -44,6 +44,7 @@ return { dashboard.button("r", " " .. " Recent files", " Telescope oldfiles "), dashboard.button("p", " " .. " Projects", "Telescope projects "), dashboard.button("g", " " .. " Find text", " Telescope live_grep "), + dashboard.button("G", "󰊢 " .. " Git", "FloatermNew --disposable --name=lazygitroot --opener=edit --titleposition=center --height=0.85 --width=0.85 --cwd= lazygit"), 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() ]]),