regex helper :)

This commit is contained in:
2023-06-26 11:51:46 -04:00
parent 426d72ecad
commit 173907498a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
local status_ok, hypersonic = pcall(require, "hypersonic")
if not status_ok then
return
end
hypersonic.setup {
border = 'shadow'
}