aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ty.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ty.lua')
-rw-r--r--lsp/ty.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ty.lua b/lsp/ty.lua
index b478e706..b909fc28 100644
--- a/lsp/ty.lua
+++ b/lsp/ty.lua
@@ -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' },