mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-22 01:19:45 +01:00
8 lines
105 B
Lua
8 lines
105 B
Lua
return {
|
|
"leoluz/nvim-dap-go",
|
|
ft = { "go" },
|
|
config = function()
|
|
require("dap-go").setup()
|
|
end,
|
|
}
|