Update config

This commit is contained in:
Karolis Arbaciauskas 2024-11-03 21:43:58 +02:00
parent ac7cf98bb0
commit de9b76088f
No known key found for this signature in database
2 changed files with 41 additions and 54 deletions

View file

@ -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,