mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: clean code dap
This commit is contained in:
parent
d352202bcf
commit
174eed8daa
1 changed files with 0 additions and 15 deletions
|
@ -3,21 +3,6 @@ local M = {}
|
||||||
-- local file_name_no_ext = vim.fn.expand("%:t:r")
|
-- local file_name_no_ext = vim.fn.expand("%:t:r")
|
||||||
if pcode.active_cpp_config then
|
if pcode.active_cpp_config then
|
||||||
M = {
|
M = {
|
||||||
-- {
|
|
||||||
-- "jay-babu/mason-nvim-dap.nvim",
|
|
||||||
-- dependencies = {
|
|
||||||
-- "mfussenegger/nvim-dap",
|
|
||||||
-- },
|
|
||||||
-- ft = "cpp",
|
|
||||||
-- config = function()
|
|
||||||
-- require("mason-nvim-dap").setup({
|
|
||||||
-- automatic_installation = true,
|
|
||||||
-- automatic_setup = true,
|
|
||||||
-- handlers = {},
|
|
||||||
-- ensure_installed = { "codelldb" },
|
|
||||||
-- })
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue