Sending heartfelt condolences to Bram's family. His last commit is just one month ago: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25.... I wonder who else has access to vim.org and the official git repository and if there will be anyone step up to become vim's BDFL.
Something is very off with ThinkPad development recently. A few years ago, I could pick any T-Series ThinkPad and expect them to have excellent Linux support.
My last two ThinkPads have various annoying issues: battery drain when sleeping, trackpoint freezing after a while, fan kicking in for no reasons.
I have used a System76 laptop in the past, everything is working as it should, but the hardware quality is not comparable to Thinkpads.
I tried nvim-dap but it is somewhat clunky, unintuitive to use. Turn out that that using delve, gdb, pydb directly on the command line is fine, I don't really need editor integration.
I feel lucky when decided to buy a Brother printer instead of HP. Super easy to setup, press the WPS button once to connect to WI-FI and I can start printing from my Ubuntu laptop without install anything.
``` //go:build tools
package tools
import ( _ "github.com/xxx/yyy" ... ) ```