diff options
| author | Igor Lacerda <igorlfs@ufmg.br> | 2025-08-19 23:13:01 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 19:13:01 -0700 |
| commit | 5a49a97f9d3de5c39a2b18d583035285b3640cb0 (patch) | |
| tree | 1af36e35e5ded35601cec090c1aa3ff7573509a5 /lsp/hlasm.lua | |
| parent | fix(ts_ls): server not starting if there is no typescript #4011 (diff) | |
| download | nvim-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/hlasm.lua')
| -rw-r--r-- | lsp/hlasm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/hlasm.lua b/lsp/hlasm.lua index 1c86a24f..9ca794dd 100644 --- a/lsp/hlasm.lua +++ b/lsp/hlasm.lua @@ -3,6 +3,7 @@ --- `hlasm_language_server` is a language server for the High Level Assembler language used on IBM SystemZ mainframes. --- --- To learn how to configure the HLASM language server, see the [HLASM Language Support documentation](https://github.com/eclipse-che4z/che-che4z-lsp-for-hlasm). + ---@type vim.lsp.Config return { cmd = { 'hlasm_language_server' }, |
