From e2c9aca19dc266734244059f48bf93c4a4ba04d3 Mon Sep 17 00:00:00 2001 From: Nathan Helmig Date: Sun, 21 Jul 2024 16:17:23 -0500 Subject: [PATCH] fix: added to the preamble instructions on how to turn of the tips --- nature/opts/tips.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nature/opts/tips.lua b/nature/opts/tips.lua index d3eb45f..baaf35a 100644 --- a/nature/opts/tips.lua +++ b/nature/opts/tips.lua @@ -1,7 +1,10 @@ local bait = require 'bait' local lunacolors = require 'lunacolors' -PREAMBLE = "Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/\n" +PREAMBLE = [[ +Getting Started: https://rosettea.github.io/Hilbish/docs/getting-started/ +🛈 These tips can be disabled with hilbish.opts.tips = false +]] hilbish.tips = { "Join the discord and say hi! -> https://discord.gg/3PDdcQz",