diff options
Diffstat (limited to 'after/plugin/hlargs.lua')
-rw-r--r-- | after/plugin/hlargs.lua | 6 |
1 files changed, 0 insertions, 6 deletions
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 {} |