chore: move nvim-dap to override

pull/98/head
fm39hz-laptop 2024-06-27 14:09:57 +07:00
parent 19635107be
commit facb6bf05a
2 changed files with 23 additions and 21 deletions

View File

@ -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,
},
},
},
}, },
}, },
} }

View File

@ -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,
},
},
},
},
},
} }