Upd with resolved diagnostic
This commit is contained in:
@@ -12,6 +12,7 @@ return {
|
||||
input = {}, -- Enhances `ask()`
|
||||
picker = { -- Enhances `select()`
|
||||
actions = {
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
opencode_send = function(...) return require("opencode").snacks_picker_send(...) end,
|
||||
},
|
||||
win = {
|
||||
@@ -45,6 +46,9 @@ return {
|
||||
stop = function() require("snacks.terminal").get(opencode_cmd, snacks_terminal_opts):close() end,
|
||||
toggle = function() require("snacks.terminal").toggle(opencode_cmd, snacks_terminal_opts) end,
|
||||
},
|
||||
lsp = {
|
||||
enabled = true,
|
||||
},
|
||||
}
|
||||
vim.o.autoread = true -- Required for `opts.events.reload`
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user