bugfix: outdated and missmatched dap configuration

This commit is contained in:
Baipyrus 2024-03-19 15:00:17 +01:00
parent afc8abfe8a
commit 05f4a1e878

View File

@ -1,6 +1,9 @@
return {
'mfussenegger/nvim-dap',
dependencies = {
-- Async IO library
'nvim-neotest/nvim-nio',
-- Creates a beautiful debugger UI
'rcarriga/nvim-dap-ui',
@ -16,12 +19,8 @@ return {
local dapui = require 'dapui'
require('mason-nvim-dap').setup {
automatic_setup = false,
automatic_setup = true,
handlers = {},
-- Installed language debuggers
ensure_installed = {
'node-debug2-adapter',
},
}
-- Basic debugging keymaps, feel free to change to your liking!