npm.io
1.0.0 • Published 1 year ago

coc-zig

Licence
MIT
Version
1.0.0
Deps
0
Size
17 kB
Vulns
0
Weekly
0
Stars
45

Coc Zig

Coc.nvim wrapper for the Zig Language Server.

Is recommended to use zig.vim also.

Configuration

If your coc-settings.json:

"zig.enabled": true,
"zig.startUpMessage": true,
"zig.path": "zls",
"zig.debugLog": false,

Install

In you Neovim run

:CocInstall coc-zig

Using an external plugin manager

This is not recommended by the coc.nvim team

Packer example

use {'UltiRequiem/coc-zig', run='yarn install --frozen-lockfile && yarn build'}

Support

Open an Issue, I will check it as soon as possible

Licence

Licensed under the MIT License