From d94b454eb61a0d0a99f9939560506c2db24f3315 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 30 Jan 2024 21:52:24 -0500 Subject: way too lazy to sort this out, adding kitchen sink --- after/plugin/hlargs.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 after/plugin/hlargs.lua (limited to 'after/plugin/hlargs.lua') diff --git a/after/plugin/hlargs.lua b/after/plugin/hlargs.lua deleted file mode 100644 index 85aa905..0000000 --- a/after/plugin/hlargs.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status_ok, hlargs = pcall(require, "hlargs") -if not status_ok then - return -end - -hlargs.setup {} -- cgit v1.2.1