mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-24 12:21: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'
|
||||
|
||||
require('mason-nvim-dap').setup {
|
||||
automatic_setup = true,
|
||||
automatic_setup = false,
|
||||
handlers = {},
|
||||
-- Installed language debuggers
|
||||
ensure_installed = {
|
||||
'delve',
|
||||
'node-debug2-adapter',
|
||||
},
|
||||
}
|
||||
|
||||
@ -61,6 +61,6 @@ return {
|
||||
dap.listeners.before.event_exited['dapui_config'] = dapui.close
|
||||
|
||||
-- Install golang specific config
|
||||
require('dap-go').setup()
|
||||
-- require('dap-go').setup()
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user