mirror of https://github.com/LazyVim/starter
chore: move nvim-dap to override
parent
0986cd5cae
commit
6359b1dbb2
|
@ -72,28 +72,7 @@ return {
|
|||
"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