fix bug in opts setup
This commit is contained in:
parent
da8c98632c
commit
2f431e8f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ local M = {
|
|||
}
|
||||
|
||||
function M.setup(opts)
|
||||
opts = opts or opts
|
||||
opts = opts or {}
|
||||
|
||||
M.langs = opts.langs and opts.langs or {}
|
||||
M.load_paths = opts.load_paths and opts.load_paths or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue