We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce125b commit 6a2b777Copy full SHA for 6a2b777
1 file changed
lua/opencode/ui/input_window.lua
@@ -256,6 +256,7 @@ function M.setup(windows)
256
257
window_options.set_buffer_option('filetype', 'opencode', windows.input_buf)
258
window_options.set_window_option('winhighlight', config.ui.window_highlight, windows.input_win)
259
+ window_options.set_window_option('statuscolumn', '', windows.input_win)
260
261
-- Apply user-configurable window options
262
local win_opts = config.ui.input.win_options or {}
0 commit comments