From 53411f0176436d81538b0c927a387309dd7f0adc Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:51:46 -0400 Subject: regex helper :) --- after/plugin/hypersonic.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 after/plugin/hypersonic.lua (limited to 'after') diff --git a/after/plugin/hypersonic.lua b/after/plugin/hypersonic.lua new file mode 100644 index 0000000..2954d92 --- /dev/null +++ b/after/plugin/hypersonic.lua @@ -0,0 +1,8 @@ +local status_ok, hypersonic = pcall(require, "hypersonic") +if not status_ok then + return +end + +hypersonic.setup { + border = 'shadow' +} -- cgit v1.2.1