chore: move nvim-dap to override

pull/99/head
fm39hz-laptop 2024-06-27 14:09:57 +07:00
parent 0986cd5cae
commit 6359b1dbb2
2 changed files with 23 additions and 21 deletions

View File

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

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