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,
|
||||
dependencies = {
|
||||
{ 'rcarriga/nvim-dap-ui', dependencies = 'nvim-neotest/nvim-nio' },
|
||||
{ 'rcarriga/nvim-dap-ui', dependencies = { 'nvim-neotest/nvim-nio' } },
|
||||
'williamboman/mason.nvim',
|
||||
},
|
||||
keys = {
|
||||
|
@ -64,7 +64,23 @@ return {
|
|||
port = 9000,
|
||||
},
|
||||
},
|
||||
}, -- }}}
|
||||
}, -- }}}
|
||||
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)
|
||||
-- signs - move to colorsheme? {{{
|
||||
|
|
Loading…
Add table
Reference in a new issue