mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 04:41:46 +00:00
manual dap config, using nodejs
This commit is contained in:
parent
89e841b55f
commit
3174961292
@ -16,11 +16,11 @@ return {
|
|||||||
local dapui = require 'dapui'
|
local dapui = require 'dapui'
|
||||||
|
|
||||||
require('mason-nvim-dap').setup {
|
require('mason-nvim-dap').setup {
|
||||||
automatic_setup = true,
|
automatic_setup = false,
|
||||||
handlers = {},
|
handlers = {},
|
||||||
-- Installed language debuggers
|
-- Installed language debuggers
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
'delve',
|
'node-debug2-adapter',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,6 +61,6 @@ return {
|
|||||||
dap.listeners.before.event_exited['dapui_config'] = dapui.close
|
dap.listeners.before.event_exited['dapui_config'] = dapui.close
|
||||||
|
|
||||||
-- 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