We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b760c3 commit 1661a97Copy full SHA for 1661a97
lua/opencode/config.lua
@@ -92,7 +92,7 @@ local defaults = {
92
input = {
93
prompt = "Ask opencode: ",
94
-- `snacks.input`-only options
95
- icon = "",
+ icon = " ",
96
win = {
97
title_pos = "left",
98
relative = "cursor",
@@ -102,11 +102,10 @@ local defaults = {
102
},
103
select = {
104
prompt = "Prompt opencode: ",
105
- -- `snacks.picker`-only options
106
- picker = {
+ snacks = {
107
preview = "preview",
108
layout = {
109
- -- Override default hiding of preview in `vim.ui.select`
+ -- preview is hidden by default in `vim.ui.select`
110
hidden = {},
111
112
0 commit comments