zignar.net - Personal weblog about programming, linux, life, the universe and everything

Description: Personal weblog about programming, linux, life, the universe and everything

Example domain paragraphs

In this post I want to show you how you can debug Lua scripts with Neovim and nvim-dap . Both regular Lua, but also Lua that uses Neovim as Lua interpreter. The latter is interesting if you want to debug Neovim plugin test cases written using busted

Continue reading

Recently a change got merged in Neovim that decoupled its TUI from the main process. A side effect of the change is that debugging it became a bit more troublesome. It now forks itself and you end up with two processes. Depending on what you want to debug you need to attach to that second process.

Links to zignar.net (1)