remove dap cause idk how to auto configure it
This commit is contained in:
parent
2740914781
commit
66d18beec9
3 changed files with 2 additions and 18 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue