Skip to content

zignar.net

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

  • By Mathias Fußenegger
  • Based in Austria
  • Roughly one post per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2015 1
2016 4
2017 0
2018 0
2019 4
2020 10
2021 15
2022 8
2023 4
2024 1

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Template files for nvim
Over the years I’ve picked up various tweaks for my nvim configuration. One of them is template file support. This article is a short introduction to what they are, how do they work and how …
On , 47 words
Share your problem, don't request features
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 …
On , 70 words
Debugging Lua in Neovim
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 …
On , 50 words