diff options
Diffstat (limited to 'lsp/ty.lua')
| -rw-r--r-- | lsp/ty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ --- A Language Server Protocol implementation for ty, an extremely fast Python type checker and language server, written in Rust. --- --- For installation instructions, please refer to the [ty documentation](https://github.com/astral-sh/ty/blob/main/README.md#getting-started). +---@type vim.lsp.Config return { cmd = { 'ty', 'server' }, filetypes = { 'python' }, |
