mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: implement launch task
This commit is contained in:
parent
6a3099a3a6
commit
8302d47f92
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue