1
0
Fork 0

nvim: add buildg

This commit is contained in:
Vladimír Dudr 2024-04-03 09:08:28 +02:00
parent 5f6ffe53e7
commit 673af4db0d

View file

@ -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? {{{