zig.vim
zig.vim copied to clipboard
Vim configuration for Zig
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...
Formatting is very slow when called via `zig#fmt#Format()` and when using `zig_fmt_autosave` on neovim. In all of my testing I have found that running `zig fmt ****.zig` directly in the...
Hi, I'm a vim (neovim) user, using this plugin directly, together with (since a few weeks) [anyzig](https://github.com/marler8997/anyzig) for selecting the correct zig version automatically. Anyzig prints out a header on...