nvim: add buildg
This commit is contained in:
parent
5f6ffe53e7
commit
673af4db0d
1 changed files with 18 additions and 2 deletions
|
@ -15,7 +15,7 @@ return {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ 'rcarriga/nvim-dap-ui', dependencies = 'nvim-neotest/nvim-nio' },
|
{ 'rcarriga/nvim-dap-ui', dependencies = { 'nvim-neotest/nvim-nio' } },
|
||||||
'williamboman/mason.nvim',
|
'williamboman/mason.nvim',
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -65,6 +65,22 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, -- }}}
|
}, -- }}}
|
||||||
|
dockerfile = { -- {{{
|
||||||
|
adapter = {
|
||||||
|
type = 'executable',
|
||||||
|
command = 'buildg',
|
||||||
|
args = { 'dap', 'serve' },
|
||||||
|
},
|
||||||
|
confs = {
|
||||||
|
{
|
||||||
|
type = 'dockerfile',
|
||||||
|
name = 'Dockerfile configuration',
|
||||||
|
request = 'launch',
|
||||||
|
stopOnEntry = true,
|
||||||
|
program = 'file',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, --- }}}
|
||||||
},
|
},
|
||||||
config = function(_plug, opts)
|
config = function(_plug, opts)
|
||||||
-- signs - move to colorsheme? {{{
|
-- signs - move to colorsheme? {{{
|
||||||
|
|
Loading…
Add table
Reference in a new issue