[coc.nvim] Your system isn't built by our CI! #664
-
Tried to enable coc-zls in neovim, but keep getting following error after Type My " vim-plug
call plug#begin('~/.vim/plugins')
Plug 'neoclide/coc.nvim', {'branch': 'release'} " language server support
Plug 'ziglang/zig.vim' " zig
... My cat /home/ubuntu/.config/zls.json
{
"$schema": "https://raw.githubusercontent.com/zigtools/zls/master/schema.json",
"zig_exe_path": "/home/ubuntu/.local/bin/zig",
"enable_snippets": true,
"enable_ast_check_diagnostics": true,
"enable_import_embedfile_argument_completions": true,
"warn_style": true,
"enable_semantic_tokens": true,
"enable_inlay_hints": true,
"operator_completions": true,
"include_at_in_builtins": false,
"max_detail_length": 1048576
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Got this error too. Seems to be a problem with |
Beta Was this translation helpful? Give feedback.
-
Yep, this is correct; |
Beta Was this translation helpful? Give feedback.
Yep, this is correct;
coc-zls
is a lightish fork ofzls-vscode
and that specific portion isn't up to date (see the updated version). Please file an issue or (better yet) a PR in thecoc-zls
repo; we can't do much about it from here :)