regex helper :)
This commit is contained in:
parent
f0fe14e289
commit
53411f0176
2 changed files with 9 additions and 0 deletions
8
after/plugin/hypersonic.lua
Normal file
8
after/plugin/hypersonic.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local status_ok, hypersonic = pcall(require, "hypersonic")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
hypersonic.setup {
|
||||
border = 'shadow'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue