mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 08:41:33 +00:00
8 lines
76 B
Lua
8 lines
76 B
Lua
return {
|
|
{
|
|
"leoluz/nvim-dap-go",
|
|
ft = "go",
|
|
opts = {},
|
|
},
|
|
}
|