Update config
This commit is contained in:
parent
ac7cf98bb0
commit
de9b76088f
2 changed files with 41 additions and 54 deletions
|
|
@ -17,10 +17,6 @@ require('lspconfig').gopls.setup {
|
|||
}
|
||||
|
||||
return {
|
||||
{
|
||||
'leoluz/nvim-dap-go',
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
'fredrikaverpil/neotest-golang',
|
||||
},
|
||||
|
|
@ -35,16 +31,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'mfussenegger/nvim-dap',
|
||||
optional = true,
|
||||
dependencies = {
|
||||
{
|
||||
'leoluz/nvim-dap-go',
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'nvim-neotest/neotest',
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue