1
0

feat: basic dap

This commit is contained in:
2025-09-30 20:27:32 +01:00
parent f5c4fa8019
commit 77660538ec
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ M.mason = {
"sonarlint-language-server",
"lua-language-server",
"clangd",
"cpptools",
},
}

View File

@@ -44,6 +44,9 @@ return {
},
{
"mfussenegger/nvim-dap",
config = function()
require("configs.dap")
end,
},
{
"leoluz/nvim-dap-go",