diff options
Diffstat (limited to 'after/plugin/hlargs.lua')
-rw-r--r-- | after/plugin/hlargs.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/after/plugin/hlargs.lua b/after/plugin/hlargs.lua new file mode 100644 index 0000000..85aa905 --- /dev/null +++ b/after/plugin/hlargs.lua @@ -0,0 +1,6 @@ +local status_ok, hlargs = pcall(require, "hlargs") +if not status_ok then + return +end + +hlargs.setup {} |