Skip to content

Commit ce326c5

Browse files
committed
fix(opencode-nvim): missing terminal provider
1 parent 768fc89 commit ce326c5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
"NickvanDyke/opencode.nvim",
33
dependencies = {
4-
{ "folke/snacks.nvim", opts = { input = { enabled = true } } },
4+
{ "folke/snacks.nvim", opts = { input = {}, picker = {}, terminal = {} } },
55
},
66
specs = {
77
{

0 commit comments

Comments
 (0)