Skip to content

Commit 8c1fdc9

Browse files
committed
fix: documentation not updating after manually opened
Closes #430
1 parent 4e7ef5d commit 8c1fdc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/blink/cmp/completion/init.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ function completion.setup()
4242
list.hide_emitter:on(function() require('blink.cmp.completion.windows.menu').close() end)
4343
list.select_emitter:on(function(event)
4444
require('blink.cmp.completion.windows.menu').set_selected_item_idx(event.idx)
45-
if config.completion.documentation.auto_show then
46-
require('blink.cmp.completion.windows.documentation').auto_show_item(event.context, event.item)
47-
end
45+
require('blink.cmp.completion.windows.documentation').auto_show_item(event.context, event.item)
4846
end)
4947
end
5048

0 commit comments

Comments
 (0)