You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,8 +236,6 @@ require('opencode').setup({
236
236
snacks_layout=nil-- `layout` opts to pass to Snacks.picker.pick({ layout = ... })
237
237
},
238
238
completion= {
239
-
supports_kind_icons=false, -- set to true if your completion engine supports kind icons (blink does) it will show icons with proper highlight instead of a generic kind icon
240
-
use_native_completion=false, -- Set to true if you use native nvim completion otherwise it might not auto trigger in the input window.
241
239
file_sources= {
242
240
enabled=true,
243
241
preferred_cli_tool='server', -- 'fd','fdfind','rg','git','server' if nil, it will use the best available tool, 'server' uses opencode cli to get file list (works cross platform) and supports folders
0 commit comments