aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ty.lua
diff options
context:
space:
mode:
authorIgor Lacerda <igorlfs@ufmg.br>2025-08-19 23:13:01 -0300
committerGitHub <noreply@github.com>2025-08-19 19:13:01 -0700
commit5a49a97f9d3de5c39a2b18d583035285b3640cb0 (patch)
tree1af36e35e5ded35601cec090c1aa3ff7573509a5 /lsp/ty.lua
parentfix(ts_ls): server not starting if there is no typescript #4011 (diff)
downloadnvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar.gz
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar.bz2
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar.lz
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar.xz
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.tar.zst
nvim-lspconfig-5a49a97f9d3de5c39a2b18d583035285b3640cb0.zip
fix: separate type annotation from `@brief` docstring #4017
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 b909fc28..956971ab 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' },