updates to dap and golangci-lint detection
This commit is contained in:
4
lua/plugins/dap/configurations.lua
Normal file
4
lua/plugins/dap/configurations.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local M = {
|
||||
{ type = 'go', mode = 'test', name = 'example' },
|
||||
}
|
||||
return M
|
||||
Reference in New Issue
Block a user