Files
nvim/after/plugin/hypersonic.lua
2023-06-26 11:51:46 -04:00

9 lines
135 B
Lua

local status_ok, hypersonic = pcall(require, "hypersonic")
if not status_ok then
return
end
hypersonic.setup {
border = 'shadow'
}