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