~selene/zig.vim

Filetype detection and syntax highlighting for Zig.
e17e15b0 — Amelia Clarke 2 years ago
doc: add basic documentation
41cd4d0b — Amelia Clarke 2 years ago
ftplugin: add g:zig_recommended_style
0e3029c5 — Amelia Clarke 2 years ago
indent: configure indentation

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~selene/zig.vim
read/write
git@git.sr.ht:~selene/zig.vim

You can also use your local clone with git send-email.

#zig.vim

Filetype detection and syntax highlighting for Zig.

#Configuration

This plugin sets indentation and line length settings to conform to the official style guide by default. This can be disabled with the following:

let g:zig_recommended_style = 0

#Documentation

More thorough documentation can be found with :h zig.txt. In order to navigate it, help tags must first be generated (see :h helptags). Most package managers will do this automatically.