refactor: config = true >> opts = {}

This commit is contained in:
Folke Lemaitre 2024-06-11 00:06:56 +02:00
parent 9b5d810c05
commit 7d30360df2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ return {
},
{
"leoluz/nvim-dap-go",
config = true,
opts = {},
},
},
},