chore: update plugins

This commit is contained in:
Stevan Freeborn
2025-09-30 09:34:25 -05:00
parent 800942f247
commit 8bc3a59ca1
2 changed files with 25 additions and 27 deletions
+1 -3
View File
@@ -8,8 +8,6 @@ return {
local dap = require("dap")
local dapui = require("dapui")
dap.defaults.fallback.exception_breakpoints = { "uncaught" }
dapui.setup({
controls = {
element = "repl",
@@ -197,7 +195,7 @@ return {
vim.g["dotnet_last_proj_path"] = path
local cmd = "dotnet build -c Debug " .. path .. " > /dev/null"
local cmd = "dotnet build -c Debug " .. path .. ""
print("")
print("Cmd to execute: " .. cmd)