From d0b190193948ae7ed292bd3b9cc00bfbd2be01f7 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 7 Feb 2026 14:53:49 +0100 Subject: [PATCH 1/2] 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', ' Date: Sat, 7 Feb 2026 14:54:37 +0100 Subject: [PATCH 2/2] make focus follow mouse again For some laptops that do not have palm rejection it can be annoying, but it is also annoying when you have a mouse to not have this setting turned on --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3cd415f..7296100 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -31,7 +31,7 @@ bindsym $mod+Shift+r reload # Exit i3 bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your session.' -b 'Yes, exit i3' 'i3-msg exit'" -focus_follows_mouse no +focus_follows_mouse yes focus_on_window_activation none # Move focus