mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lua/lazyvim/plugins/extras/editor/overseer.lua
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0f5c9ea234
commit
84fa7222f0
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ return {
|
||||||
"OverseerClose",
|
"OverseerClose",
|
||||||
"OverseerToggle",
|
"OverseerToggle",
|
||||||
"OverseerShell",
|
"OverseerShell",
|
||||||
"OverseerRun"
|
"OverseerRun",
|
||||||
|
"OverseerTaskAction",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
dap = false,
|
dap = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue