doc: add basic documentation
ftplugin: add g:zig_recommended_style
indent: configure indentation
Filetype detection and syntax highlighting for Zig.
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
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.