fix
parent
5f74e2079f
commit
1463f8425a
|
|
@ -157,7 +157,7 @@ end
|
||||||
---@param opts? {auto: boolean, show_duplicate_hints: boolean}
|
---@param opts? {auto: boolean, show_duplicate_hints: boolean}
|
||||||
local function add_current_project(opts)
|
local function add_current_project(opts)
|
||||||
local project_dir = find_project_dir()
|
local project_dir = find_project_dir()
|
||||||
opts = vim.tbl_deep_extend("force", { { auto = false, show_duplicate_hints = true }, opts })
|
opts = vim.tbl_deep_extend("force", { auto = false, show_duplicate_hints = true }, opts)
|
||||||
|
|
||||||
if not project_dir then
|
if not project_dir then
|
||||||
if opts.auto then
|
if opts.auto then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue