From 1b2918bc1d971bce5b2613417ca3a5cd71f48839 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 6 Aug 2024 02:43:12 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(dashboard):=20re-implement=20r?= =?UTF-8?q?emote-nvim=20on=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/dashboard.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index cbb26a0..8d22a45 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -76,6 +76,13 @@ return { icon = " ", key = "s", }, + { + action = 'lua require("config.rootiest").load_remote()', + desc = " Remote Session", + icon = "󰢹 ", + key = "S", + }, + { action = "Lazy", desc = " Lazy",