remove dap cause idk how to auto configure it

This commit is contained in:
2023-10-22 19:41:12 -04:00
parent 2740914781
commit 66d18beec9
3 changed files with 2 additions and 18 deletions

View File

@ -1,8 +0,0 @@
local status_ok, masondap = pcall(require, "mason-nvim-dap")
if not status_ok then
return
end
masondap.setup {
automatic_setup = true,
}