added snacks terminal handling

This commit is contained in:
Radu Macocian (admac)
2026-04-30 15:20:12 +02:00
parent 483b04ed68
commit dab574ff79
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ local M = {}
-- Adapter (netcoredbg)
dap.adapters.coreclr = {
type = "executable",
command = "/home/radu/.local/share/nvim/mason/bin/netcoredbg",
command = vim.fn.expand("$HOME/.local/share/nvim/mason/bin/netcoredbg"),
args = { "--interpreter=vscode" },
}