Ludwig Pouey
Ludwig Pouey
Updated path to floppybird.uni
Turned the .bat file into a bash script to generate bindings on linux/OSX I also changed `python` to `python3` Feel free to close if not necessary.
Fixes: https://github.com/ziglang/zig.vim/issues/105 This removes escape characters being inserted due to various shells configurations. I think the `-- plain` can technically be dropped, as escape characters for color rendering are inserted...
Heya, ``` ~ ❱ nvim --version NVIM v0.10.0 Build type: Release LuaJIT 2.1.1720049189 ~ ❱ zig version 0.13.0 ``` This is on a completely clean neovim and zig install. Entering...