mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 04:41:46 +00:00
wrap plugin in parenthesis
This commit is contained in:
parent
741e2bc207
commit
b60308bf70
@ -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,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user