regex helper :)
This commit is contained in:
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'
|
||||
}
|
Reference in New Issue
Block a user