coc.nvim extension with support for the ty type checker and language server.
npm install @yaegassy/coc-tyty language server extension for coc.nvim.
CocInstall:
``vim`
:CocInstall @yaegassy/coc-ty
> scoped packages
e.g. vim-plug:
`vim`
Plug 'yaegassy/coc-ty', {'do': 'yarn install --frozen-lockfile'}
- ty.enable: Enable coc-ty extension, default: truety.path
- : Custom path for the ty binary. If no value is set, the ty command 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.
- ty.showLogs: Show logsty.restart`: Restart Server
-
- astral-sh/ty
- astral-sh/ty-vscode
MIT
---
> This extension is built with create-coc-extension