Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/coc-zig
〰️ ZLS for coc.nvim
https://github.com/ultirequiem/coc-zig
coc coc-extensions coc-nvim neovim vim zig ziglang zls
Last synced: 25 days ago
JSON representation
〰️ ZLS for coc.nvim
- Host: GitHub
- URL: https://github.com/ultirequiem/coc-zig
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-15T19:21:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:45:30.000Z (over 1 year ago)
- Last Synced: 2024-10-14T02:40:21.637Z (25 days ago)
- Topics: coc, coc-extensions, coc-nvim, neovim, vim, zig, ziglang, zls
- Language: TypeScript
- Homepage:
- Size: 359 KB
- Stars: 40
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Coc Zig
[Coc.nvim](https://github.com/neoclide/coc.nvim) wrapper for the
[Zig Language Server](https://github.com/zigtools/zls).Is recommended to use [zig.vim](https://github.com/ziglang/zig.vim) also.
## Configuration
If your `coc-settings.json`:
```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 📦
```lua
use {'UltiRequiem/coc-zig', run='yarn install --frozen-lockfile && yarn build'}
```## Support
Open an Issue, I will check it a soon as possible 👀
If you want to hurry me up a bit
[send me a tweet](https://twitter.com/UltiRequiem) 😆Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
my work 🙏Don't forget to star the repo ⭐
## Licence
Licensed under the MIT License 📄