nvim/after/plugin/dap.lua

8 lines
115 B
Lua
Raw Normal View History

2023-11-21 17:00:33 +03:00
local dap = require('dap')
dap.adapters.godot = {
type = "server",
host = "127.0.0.1",
port = 6006,
}