diff options
Diffstat (limited to 'lsp/tsgo.lua')
| -rw-r--r-- | lsp/tsgo.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/tsgo.lua b/lsp/tsgo.lua index 435f8ef1..a56dfcda 100644 --- a/lsp/tsgo.lua +++ b/lsp/tsgo.lua @@ -13,6 +13,7 @@ --- --- It is recommended to use the same version of TypeScript in all packages, and therefore have it available in your workspace root. The location of the TypeScript binary will be determined automatically, but only once. --- +---@type vim.lsp.Config return { cmd = { 'tsgo', '--lsp', '--stdio' }, filetypes = { |
