remove dap cause idk how to auto configure it
This commit is contained in:
@ -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,
|
||||
}
|
Reference in New Issue
Block a user