zig.vim icon indicating copy to clipboard operation
zig.vim copied to clipboard

Vim configuration for Zig

Results 33 zig.vim issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

bug