Back to Extensions Directory
coc-diff
Jelmer VernooijDiff/patch language server support for coc.nvim
Installation CommandVim prompt
:CocInstall coc-diff
GitHub owner
Jelmer VernooijVersion
v0.1.0npm package
coc-diffRequirements
coc ^0.0.80
License
Apache-2.0
Repository
GitHubnpm latest published 2026-03-30Registry checked 2026-08-24Registry summary
Published Package Summary
Diff/patch language server support for coc.nvim
- Diff/patch language server support for coc.nvim
Activation Events
- onLanguage:diff
Developer Resources
Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.
Open Developer GuideVersion History
This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.
Contributed Commands
All contributes.commands entries from the published package manifest for coc-diff@0.1.0.
This package does not declare any contributed commands.
Configuration Schema
All contributes.configuration entries from the published package manifest, including each raw property schema for coc-settings.json.
diff.enableboolean
Enable diff language server
Default: true
Raw JSON Schema
{
"type": "boolean",
"default": true,
"description": "Enable diff language server"
}diff.serverPathstring
Path to diff-lsp executable
Default: "diff-lsp"
Raw JSON Schema
{
"type": "string",
"default": "diff-lsp",
"description": "Path to diff-lsp executable"
}