Skip to content

Commit e06f651

Browse files
committed
fix(cmp): fix file mention closing when typing for nvim_cmp
1 parent 84d9ae0 commit e06f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/ui/completion/engines/nvim_cmp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function M.setup(completion_sources)
6969
end
7070
end
7171

72-
callback({ items = items, isIncomplete = false })
72+
callback({ items = items, isIncomplete = true })
7373
end
7474

7575
cmp.register_source('opencode_mentions', source.new())

0 commit comments

Comments
 (0)