master
Bryan 2024-09-17 20:12:22 -06:00
parent 5f74e2079f
commit 1463f8425a
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ end
---@param opts? {auto: boolean, show_duplicate_hints: boolean}
local function add_current_project(opts)
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 opts.auto then