mirror of https://github.com/LazyVim/starter
chore: move nvim-dap to override
parent
19635107be
commit
facb6bf05a
|
@ -72,28 +72,7 @@ return {
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- LSP config
|
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
|
||||||
opts = {
|
|
||||||
adapters = {
|
|
||||||
godot = {
|
|
||||||
type = "server",
|
|
||||||
host = "127.0.0.1",
|
|
||||||
port = 6006,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
configurations = {
|
|
||||||
cs = {
|
|
||||||
{
|
|
||||||
type = "godot",
|
|
||||||
request = "launch",
|
|
||||||
name = "Launch Scene",
|
|
||||||
project = "${workspaceFolder}",
|
|
||||||
launch_scene = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -180,4 +180,27 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"mfussenegger/nvim-dap",
|
||||||
|
opts = {
|
||||||
|
adapters = {
|
||||||
|
godot = {
|
||||||
|
type = "server",
|
||||||
|
host = "127.0.0.1",
|
||||||
|
port = 6006,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
configurations = {
|
||||||
|
cs = {
|
||||||
|
{
|
||||||
|
type = "godot",
|
||||||
|
request = "launch",
|
||||||
|
name = "Launch Scene",
|
||||||
|
project = "${workspaceFolder}",
|
||||||
|
launch_scene = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue