ooh.directory
Visit this blog zignar.net
Personal weblog about programming, linux, life, the universe and everything.
Any gaps could be due to errors when fetching the blog’s feed.
I help maintain a couple of projects and one aspect I find surprising — and a bit troubling — is how often people ask for features without explaining their problem. Maybe it’s already in the …
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 …
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 …