If you are using Neovim to write/review C or C++ this plugin could be really handy:
github.com/J-Cowsert/clas…
Just hover over a type or variable, press a key and see exactly how Clang lays it out in memory: offsets, padding, alignment etc. in a floating window.
I've begun to work on the site again.
- the default compiler for all runnable examples is now set to g++ 15.2
- the VIM Plugins page has been updated
- added some sprinkles of std::print to the Beginner's Guide