Today I struggled with the language formatter in neovim for the zig programming language.
Every time when saving a file it printed ANSI escape characters at the beginning of the zig file.
Workarounds in the init.lua didn't solve the problem.
An upgrade from the latest stable release of neovim (0.10) to the nightly build (0.11.0-dev-1103) fortunately did!
Continuing my journey...
#linux #neovim #nightly #fmt #zig