wrap plugin in parenthesis

This commit is contained in:
Baipyrus 2024-04-29 16:43:48 +02:00
parent 741e2bc207
commit b60308bf70

View File

@ -1,4 +1,5 @@
return { return {
{
'mfussenegger/nvim-dap', 'mfussenegger/nvim-dap',
dependencies = { dependencies = {
-- Async IO library -- Async IO library
@ -63,4 +64,5 @@ return {
-- Install golang specific config -- Install golang specific config
-- require('dap-go').setup() -- require('dap-go').setup()
end, end,
},
} }