diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-24 21:38:31 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-24 21:38:31 -0500 |
commit | f35b13d669867209427449840ff0930a732591dc (patch) | |
tree | 3acb658ec5d01f456c49a097d56f736cbfbbfc7d /after/plugin/hypersonic.lua | |
parent | ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b (diff) | |
download | nvim-f35b13d669867209427449840ff0930a732591dc.tar.gz nvim-f35b13d669867209427449840ff0930a732591dc.tar.bz2 nvim-f35b13d669867209427449840ff0930a732591dc.zip |
more stuff too lazy to seperate
Diffstat (limited to 'after/plugin/hypersonic.lua')
-rw-r--r-- | after/plugin/hypersonic.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/after/plugin/hypersonic.lua b/after/plugin/hypersonic.lua deleted file mode 100644 index 2954d92..0000000 --- a/after/plugin/hypersonic.lua +++ /dev/null @@ -1,8 +0,0 @@ -local status_ok, hypersonic = pcall(require, "hypersonic") -if not status_ok then - return -end - -hypersonic.setup { - border = 'shadow' -} |