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 = {