feat: implement launch task

pull/99/head
fm39hz-laptop 2024-06-26 00:20:02 +07:00
parent b7b94bbce5
commit 63caa10588
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
require("dap.ext.vscode").load_launchjs()
return { return {
-- Overall -- Overall
{ {
@ -10,7 +11,7 @@ return {
}, },
{ {
"stevearc/overseer.nvim", "stevearc/overseer.nvim",
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" }, cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo", "OverseerRun" },
opts = { opts = {
task_list = { task_list = {
direction = "bottom", direction = "bottom",