Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan J Helmig 421af77b06
Merge e2c9aca19d into 8a1614ab59 2024-07-21 16:17:29 -05:00
Nathan Helmig e2c9aca19d fix: added to the preamble instructions on how to turn of the tips 2024-07-21 16:17:23 -05:00
1 changed files with 4 additions and 1 deletions

View File

@ -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",