Привёл nvim к достаточному состоянию
This commit is contained in:
parent
020ed86034
commit
4d3bb0270a
27 changed files with 279 additions and 148 deletions
9
nvim/lua/plugins/dap.lua
Normal file
9
nvim/lua/plugins/dap.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
require("dap-go").setup()
|
||||
require("dap").adapters.go = {
|
||||
type = "server",
|
||||
port = "${port}",
|
||||
executable = {
|
||||
command = "dlv",
|
||||
args = { "dap", "-l", "127.0.0.1:${port}" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue