From d0b190193948ae7ed292bd3b9cc00bfbd2be01f7 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 7 Feb 2026 14:53:49 +0100 Subject: [PATCH] set up dap for c# and switch dap-python from using debugpy-adapter in path Mason installs these DAP adapters so that they appear to be in path for any process spawned by nvim, so I can just use that instead. Seems to be working perfectly. NOTE: to debug a c# application the root folder of the current vim session should contain the .csproj file you want to debug. --- nvim/.config/nvim/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index bd56da1..9c7d646 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -689,12 +689,14 @@ require'lazy'.setup{ --{{{1 'theHamsta/nvim-dap-virtual-text', 'leoluz/nvim-dap-go', 'mfussenegger/nvim-dap-python', + 'nicholasmata/nvim-dap-cs', }, keys = {',b', ',db', ',B', '