From 303c9d0b78e13f6c9249659fd63f76b6209f5314 Mon Sep 17 00:00:00 2001 From: Nathan Helmig Date: Sat, 20 Jul 2024 19:22:24 -0500 Subject: [PATCH] fix: shortend the preamble to just the getting started link --- nature/opts/tips.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nature/opts/tips.lua b/nature/opts/tips.lua index f0b173d..d3eb45f 100644 --- a/nature/opts/tips.lua +++ b/nature/opts/tips.lua @@ -1,11 +1,7 @@ local bait = require 'bait' local lunacolors = require 'lunacolors' -PREAMBLE = [[ -Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/ -Documentation: https://rosettea.github.io/Hilbish/ -Github: https://github.com/Rosettea/Hilbish -]] +PREAMBLE = "Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/\n" hilbish.tips = { "Join the discord and say hi! -> https://discord.gg/3PDdcQz",