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

@ -124,14 +124,11 @@ require 'dep' {
url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
},
-- dap + lsp + linter + formatter installer ---------------------------------
-- mason --------------------------------------------------------------------
{ 'williamboman/mason.nvim',
deps = {
'WhoIsSethDaniel/mason-tool-installer.nvim',
'williamboman/mason-lspconfig.nvim',
}
},
{ 'mfussenegger/nvim-dap',
deps = 'rcarriga/nvim-dap-ui'
},
}
}