diff options
Diffstat (limited to 'lsp/ts_ls.lua')
| -rw-r--r-- | lsp/ts_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ts_ls.lua b/lsp/ts_ls.lua index 9bb08b41..ddea6f53 100644 --- a/lsp/ts_ls.lua +++ b/lsp/ts_ls.lua @@ -41,6 +41,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 { init_options = { hostInfo = 'neovim' }, cmd = { 'typescript-language-server', '--stdio' }, |
