fix opencode in tmux

This commit is contained in:
Stuart Stephens 2026-02-01 10:58:49 -05:00
parent e5525872fe
commit 7a61bebc3c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ return {
dependencies = { dependencies = {
-- Recommended for `ask()` and `select()`. -- Recommended for `ask()` and `select()`.
-- Required for `toggle()`. -- 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() config = function()
vim.g.opencode_opts = { vim.g.opencode_opts = {