From 7a61bebc3cf63b126c22a3f3b8f2a29d93eb600e Mon Sep 17 00:00:00 2001 From: Stuart Stephens Date: Sun, 1 Feb 2026 10:58:49 -0500 Subject: [PATCH] fix opencode in tmux --- lua/custom/plugins/opencode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/opencode.lua b/lua/custom/plugins/opencode.lua index 0aa302ee..7fac1aa5 100644 --- a/lua/custom/plugins/opencode.lua +++ b/lua/custom/plugins/opencode.lua @@ -3,7 +3,7 @@ return { dependencies = { -- Recommended for `ask()` and `select()`. -- Required for `toggle()`. - { 'folke/snacks.nvim', lazy = false, priority = 1000, opts = { input = {}, picker = {}, notifier = { top_down = false } } }, + { 'folke/snacks.nvim', lazy = false, priority = 1000, opts = { input = {}, picker = {}, terminal = { enabled = true }, notifier = { top_down = false } } }, }, config = function() vim.g.opencode_opts = {