@yaegassy/coc-ty
v0.3.2
Published
coc.nvim extension with support for the ty type checker and language server.
Downloads
119
Maintainers
Readme
coc-ty
ty language server extension for coc.nvim.
Install
CocInstall:
:CocInstall @yaegassy/coc-tyscoped packages
e.g. vim-plug:
Plug 'yaegassy/coc-ty', {'do': 'yarn install --frozen-lockfile'}Configuration options
ty.enable: Enable coc-ty extension, default:truety.path: Custom path for thetybinary. If no value is set, thetycommand will be detected from the runtime environment, , default:""ty.disableCompletion: Disable completion only, default:falsety.disableDiagnostics: Disable diagnostics only, default:falsety.disableHover: Disable hover only, default:falsety.disableInlayHint: Disable inlayHint only, default:falsety.disableTypeDefinition: Disable typeDefinition only, default:falsety.trace.server: Traces the communication between coc.nvim and the ty language server, default:"off"
Other settings have the same configuration as ty-vscode.
Commands
ty.showLogs: Show logsty.restart: Restart Server
Thanks
License
MIT
This extension is built with create-coc-extension
