1

Modules/Neovim: Disable opencode diff popup tab

This commit is contained in:
2026-06-14 21:01:18 +02:00
parent a7ba12ad91
commit b93dae8b1b

View File

@ -1472,6 +1472,14 @@ in {
url = "http://localhost:12345", url = "http://localhost:12345",
start = false, start = false,
}, },
events = {
permissions = {
edits = {
-- Disable neovim diff popup tab
enabled = false,
},
},
},
} }
vim.o.autoread = true -- Required for `vim.g.opencode_opts.events.reload` vim.o.autoread = true -- Required for `vim.g.opencode_opts.events.reload`