1 2 3 4 5 6 7 8
local status_ok, masondap = pcall(require, "mason-nvim-dap") if not status_ok then return end masondap.setup { automatic_setup = true, }