fix opencode in tmux
This commit is contained in:
parent
e5525872fe
commit
7a61bebc3c
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue