aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/tsp_server.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-04-12 19:40:01 -0700
committerGitHub <noreply@github.com>2025-04-12 19:40:01 -0700
commitecb74c22b4a6c41162153f77e73d4ef645fedfa0 (patch)
treeaf9ad45b7af4c1b3fa736a359832c86fb88743c3 /lsp/tsp_server.lua
parentfeat(typos-lsp): support pyproject.toml and Cargo.toml #3707 (diff)
downloadnvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.gz
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.bz2
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.lz
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.xz
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.zst
nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.zip
fix(docs): docgen.lua reads from `lua/*.lua` #3708
Problem: Since configs now live in `lsp/`, the docgen needs to be updated. Solution: Read the configs from `lsp/`. Parse the `@brief` docstring to get the docs.
Diffstat (limited to 'lsp/tsp_server.lua')
-rw-r--r--lsp/tsp_server.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/tsp_server.lua b/lsp/tsp_server.lua
index 1afd4816..a81f6872 100644
--- a/lsp/tsp_server.lua
+++ b/lsp/tsp_server.lua
@@ -1,6 +1,6 @@
---@brief
---
----https://github.com/microsoft/typespec
+-- https://github.com/microsoft/typespec
--
-- The language server for TypeSpec, a language for defining cloud service APIs and shapes.
--