@yaegassy/coc-zuban
v0.1.0
Published
zuban server extension for coc.nvim
Maintainers
Readme
coc-zuban
Zuban Language Server extension for coc.nvim.
Usage
To use this coc extension, the zuban command must exist in the execution environment.
Install
CocInstall:
:CocInstall @yaegassy/coc-zubanscoped packages
e.g. vim-plug:
Plug 'yaegassy/coc-zuban', {'do': 'pnpm install'}Configuration options
zuban.enable: Enable coc-zuban extension, default:truezuban.path: Custom path for thezubanbinary when using the native server. If no value is set, thezubancommand will be detected from the runtime environment, default:""zuban.disableDiagnostics: Disable diagnostics and pullDiagnostic only, default:falsezuban.disableCompletion: Disable completion only, default:falsezuban.disableHover: Disable hover only, default:falsezuban.disableDefinition: Disable definition only, default:falsezuban.disableTypeDefinition: Disable typeDefinition only, default:falsezuban.disableDeclaration: Disable declaration only, default:falsezuban.disableImplementation: Disable implementation only, default:falsezuban.disableReferences: Disable references only, default:falsezuban.disableRename: Disable rename only, default:falsezuban.disableDocumentHighlight: Disable documentHighlight only, default:falsezuban.trace.server: Traces the communication between coc.nvim and the zuban server, default:"off"
Commands
zuban.showLogs: Show logszuban.restart: Restart Server
Thanks
License
MIT
