From 4e60ddc63a713790b2c6de9d827f2b7c1c62bd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 24 Oct 2023 00:19:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20added=20dotfiles=20se?= =?UTF-8?q?ction=20to=20alpha=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/alpha.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "),