From 2f2070b01d42ae2b58a2af71a43aff26204307e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 2 Nov 2023 09:52:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20git=20option=20at=20d?= =?UTF-8?q?ashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/ui/alpha.lua | 1 + 1 file changed, 1 insertion(+) 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() ]]),