查看“Coc.nvim”的源代码
←
Coc.nvim
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
{{lowercase}} [https://github.com/neoclide/coc.nvim coc.nvim](Conquer of Completion)是一个自动补全的框架,依赖 nodejs。 == 自动补全 == 对不同语言的支持和配置方式见 [https://github.com/neoclide/coc.nvim/wiki/Language-servers Language servers]。 === 通用的 language server === 安装扩展 [https://github.com/iamcco/coc-diagnostic/ coc-diagnostic]。如 shell:<ref>https://github.com/meatwallace/dotfiles/issues/129#issuecomment-560035270</ref> <syntaxhighlight lang=json> "diagnostic-languageserver.filetypes": { "sh": "shellcheck", "PKGBUILD": "pkgbuildcheck" }, "diagnostic-languageserver.formatFiletypes": { "sh": "shfmt" }, "diagnostic-languageserver.formatters": { "shfmt": { "command": "shfmt", "args": ["-i", "4", "-ci"] } } </syntaxhighlight> 定义新的 linter 可参照已有的 [https://github.com/iamcco/diagnostic-languageserver/wiki/Linters Linters]。如用于 PKGBUILD 的:<ref>[https://github.com/iamcco/diagnostic-languageserver/wiki/Linters#shellcheck linter shellcheck]</ref> <syntaxhighlight lang=json> "diagnostic-languageserver.linters": { "pkgbuildcheck": { "command": "shellcheck", "debounce": 100, "args": [ "--shell=bash", "--exclude=SC2034,SC2154,SC2164", "--format", "json", "-" ], "sourceName": "shellcheck", "parseJson": { "line": "line", "column": "column", "endLine": "endLine", "endColumn": "endColumn", "message": "${message} [${code}]", "security": "level" }, "securities": { "error": "error", "warning": "warning", "info": "info", "style": "hint" } } }, </syntaxhighlight> == 扩展 == 可以为 coc.nvim 安装扩展(extension) :CocInstall coc-json === coc-word === 补全常见英文单词,包括在 [https://github.com/neoclide/coc-sources coc-sources] 中。 只对几个文件类型开启:<code>"coc.source.word.filetypes": ["text", "markdown", "html", "gitcommit", "mail", "nroff", "tex", ""],</code> <ref>[https://github.com/neoclide/coc.nvim/issues/1183#issuecomment-569338890 issue #1183, jrwrigh's comment]</ref> === [https://github.com/fannheyward/coc-rust-analyzer coc-rust-analyzer] === == 参考资料 == <references /> [[Category:Vim]]
该页面使用的模板:
模板:Lowercase
(
查看源代码
)
返回至
Coc.nvim
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息