mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 13:03:49 +00:00
bugfix: outdated and missmatched dap configuration
This commit is contained in:
parent
afc8abfe8a
commit
05f4a1e878
@ -1,6 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
'mfussenegger/nvim-dap',
|
'mfussenegger/nvim-dap',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
-- Async IO library
|
||||||
|
'nvim-neotest/nvim-nio',
|
||||||
|
|
||||||
-- Creates a beautiful debugger UI
|
-- Creates a beautiful debugger UI
|
||||||
'rcarriga/nvim-dap-ui',
|
'rcarriga/nvim-dap-ui',
|
||||||
|
|
||||||
@ -16,12 +19,8 @@ return {
|
|||||||
local dapui = require 'dapui'
|
local dapui = require 'dapui'
|
||||||
|
|
||||||
require('mason-nvim-dap').setup {
|
require('mason-nvim-dap').setup {
|
||||||
automatic_setup = false,
|
automatic_setup = true,
|
||||||
handlers = {},
|
handlers = {},
|
||||||
-- Installed language debuggers
|
|
||||||
ensure_installed = {
|
|
||||||
'node-debug2-adapter',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Basic debugging keymaps, feel free to change to your liking!
|
-- Basic debugging keymaps, feel free to change to your liking!
|
||||||
|
Loading…
Reference in New Issue
Block a user