mathias

joined 2 years ago
1
nvim-dap 0.10.0 released (social.fussenegger.pro)
 

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.

@neovim
#neovim

1
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

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)

@neovim

#neovim

1
nvim-dap 0.9.0 released (social.fussenegger.pro)
 

nvim-dap 0.9.0 released

See https://github.com/mfussenegger/nvim-dap/releases/tag/0.9.0 for the release notes.

@neovim #neovim

1
Released nluarepl 1.0.0 (social.fussenegger.pro)
 

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

@neovim