mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
bugfix: outdated and missmatched dap configuration
This commit is contained in:
parent
afc8abfe8a
commit
05f4a1e878
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user