fix
parent
29f7169490
commit
57cedc942d
|
|
@ -6,7 +6,7 @@ local function setup()
|
||||||
vim.api.nvim_create_autocmd({ "VimEnter" }, {
|
vim.api.nvim_create_autocmd({ "VimEnter" }, {
|
||||||
group = auto_group_name,
|
group = auto_group_name,
|
||||||
callback = function(_)
|
callback = function(_)
|
||||||
if api.find_project_dir(true) ~ nil then
|
if api.find_project_dir(true) ~= nil then
|
||||||
api.add_current_project({ show_duplicate_hints = false })
|
api.add_current_project({ show_duplicate_hints = false })
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue