Coc.nvim wrapper for the Zig Language Server.
Is recommended to use zig.vim also.
If your coc-settings.json
:
"zig.enabled": true,
"zig.startUpMessage": true,
"zig.path": "zls",
"zig.debugLog": false,
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'}
Open an Issue, I will check it a soon as possible 👀
If you want to hurry me up a bit send me a tweet 😆
Consider supporting me on Patreon if you like my work 🙏
Don't forget to star the repo ⭐
Licensed under the MIT License 📄