1210 silent migrate more options (#1215)
This commit is contained in:
committed by
GitHub
parent
483f1550d1
commit
97d8557cb2
@@ -426,10 +426,6 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
|
||||
} -- END_DEFAULT_OPTS
|
||||
|
||||
local function merge_options(conf)
|
||||
if conf and conf.update_to_buf_dir then
|
||||
conf.hijack_directories = conf.update_to_buf_dir
|
||||
conf.update_to_buf_dir = nil
|
||||
end
|
||||
return vim.tbl_deep_extend("force", DEFAULT_OPTS, conf or {})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user