new config old version is now on v1 branch
This commit is contained in:
6
after/plugin/hlargs.lua
Normal file
6
after/plugin/hlargs.lua
Normal file
@ -0,0 +1,6 @@
|
||||
local status_ok, hlargs = pcall(require, "hlargs")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
hlargs.setup {}
|
Reference in New Issue
Block a user