Skip to content

Commit f1f7de4

Browse files
committed
feat: reenable auto_show for documentation
1 parent 3d1c168 commit f1f7de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ local config = {
9797
autocomplete_north = { 'e', 'w', 'n', 's' },
9898
autocomplete_south = { 'e', 'w', 's', 'n' },
9999
},
100-
auto_show = false,
100+
auto_show = true,
101101
delay_ms = 0,
102102
debounce_ms = 100,
103103
},

0 commit comments

Comments
 (0)