mirror of https://github.com/LazyVim/starter
feat: implement launch task
parent
6a3099a3a6
commit
8302d47f92
|
@ -1,3 +1,4 @@
|
|||
require("dap.ext.vscode").load_launchjs()
|
||||
return {
|
||||
-- Overall
|
||||
{
|
||||
|
@ -10,7 +11,7 @@ return {
|
|||
},
|
||||
{
|
||||
"stevearc/overseer.nvim",
|
||||
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
|
||||
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo", "OverseerRun" },
|
||||
opts = {
|
||||
task_list = {
|
||||
direction = "bottom",
|
||||
|
|
Loading…
Reference in New Issue