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 {
|
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",
|
||||||
|
|
Loading…
Reference in New Issue