Zig language server provider extension using ZLS for coc.nvim
npm install coc-zigCoc.nvim wrapper for the
Zig Language Server.
Is recommended to use zig.vim also.
If your coc-settings.json:
``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 📦
`lua``
use {'UltiRequiem/coc-zig', run='yarn install --frozen-lockfile && yarn build'}
Open an Issue, I will check it as soon as possible 👀
Licensed under the MIT License 📄