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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,8 @@ 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.
239
241
file_sources= {
240
242
enabled=true,
241
243
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
@@ -622,6 +624,7 @@ The plugin provides the following actions that can be triggered via keymaps, com
622
624
-`open_input` (boolean, default: `true`): Whether to open the input window after adding the selection. Set to `false` to add selection silently without changing focus.
0 commit comments