
nvim-dap 0.10.0 released
https://github.com/mfussenegger/nvim-dap/releases/tag/0.10.0
This is a smaller one. Mainly to drop support for nvim-0.9.5 on master.
I was hoping I'd get to wrap up the new breakpoint API and data and method breakpoint support, but that will have to wait for 0.11.0 or later.
No-Config Python debugging using neovim
https://zignar.net/2025/03/02/no-config-python-debugging-using-neovim/
A follow up post of my earlier toot about no-config debugging that explains a bit more on how it works. (https://social.fussenegger.pro/@mathias/113970677458792689)
nvim-dap 0.9.0 released
See https://github.com/mfussenegger/nvim-dap/releases/tag/0.9.0 for the release notes.
Released nluarepl 1.0.0
A Lua REPL for #neovim based on the debug adapter protocol.
See https://github.com/mfussenegger/nluarepl for more information and demos
Released nvim-dap 0.7.0
See https://github.com/mfussenegger/nvim-dap/releases/tag/0.7.0 for the full release notes
There's still lots of stuff to do before it will hit a 1.0.0, but getting closer.
@suy it requires https://github.com/neovim/neovim/pull/18706
nlua - neovim as lua interpreter
https://github.com/mfussenegger/nlua
I had previously written about how to create a script that uses neovim and emulates the lua interpreter cli - now I finally got around to extract it into a dedicated project, with some instructions on how to use it with luarocks.
@YurkshireLad Depends on the video chat service and on the infrastructure of the participants.
Most browser based video chat services use WebRTC which usually uses peer to peer if NAT hole punching works - but that depends on the ISP routers.
This article explains it pretty well: https://blog.nirbheek.in/2023/07/webrtc-signalling.html?m=1
Services that may be easier to selfhost than Jitsi:
https://github.com/miroslavpejic85/mirotalk
https://galene.org/

Trying to figure out a way to build software that doesn't suck
Biased towards Diversity, Equity and Inclusion