From 174eed8daa821cb8dea4c09d154fddc4011c712f Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sat, 22 Jun 2024 20:55:58 +0700 Subject: [PATCH] enc: clean code dap --- lua/plugins/cppcfg.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lua/plugins/cppcfg.lua b/lua/plugins/cppcfg.lua index 0ccb4c3..b30cd9a 100644 --- a/lua/plugins/cppcfg.lua +++ b/lua/plugins/cppcfg.lua @@ -3,21 +3,6 @@ local M = {} -- local file_name_no_ext = vim.fn.expand("%:t:r") if pcode.active_cpp_config then 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", event = "VeryLazy",