Skip to content

Commit 2e6c893

Browse files
authored
fix(opencode-nvim): missing terminal provider (#1680)
1 parent df6d31c commit 2e6c893

File tree

1 file changed

+4
-1
lines changed
  • lua/astrocommunity/ai/opencode-nvim

1 file changed

+4
-1
lines changed

lua/astrocommunity/ai/opencode-nvim/init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
return {
22
"NickvanDyke/opencode.nvim",
33
dependencies = {
4-
{ "folke/snacks.nvim", opts = { input = { enabled = true } } },
4+
{
5+
"folke/snacks.nvim",
6+
opts = { input = { enabled = true }, picker = { enabled = true }, terminal = { enabled = true } },
7+
},
58
},
69
specs = {
710
{

0 commit comments

Comments
 (0)