Skip to content

Commit 62b81d0

Browse files
authored
fix(ui): disable statuscolumn in input window (#357)
1 parent 0ce125b commit 62b81d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/opencode/ui/input_window.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ function M.setup(windows)
256256

257257
window_options.set_buffer_option('filetype', 'opencode', windows.input_buf)
258258
window_options.set_window_option('winhighlight', config.ui.window_highlight, windows.input_win)
259+
window_options.set_window_option('statuscolumn', '', windows.input_win)
259260

260261
-- Apply user-configurable window options
261262
local win_opts = config.ui.input.win_options or {}

0 commit comments

Comments
 (0)