mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/go/debugger.lua: add nvim-dap-go integration
This commit is contained in:
parent
5e64d52bbc
commit
ab45830a8e
1 changed files with 15 additions and 0 deletions
15
nvim/lua/user/plugins/lang/go/debugger.lua
Normal file
15
nvim/lua/user/plugins/lang/go/debugger.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"leoluz/nvim-dap-go"
|
||||
}
|
||||
},
|
||||
{
|
||||
"leoluz/nvim-dap-go",
|
||||
optional = true,
|
||||
ft = "go",
|
||||
opts = {},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue