nvim: fix tsserver
This commit is contained in:
parent
f2c2d365ea
commit
17dd4438d3
1 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@
|
|||
:includeInlayPropertyDeclarationTypeHints true
|
||||
:includeInlayFunctionLikeReturnTypeHints true
|
||||
:includeInlayEnumMemberValueHints true}]
|
||||
(lsp.tsserver.setup (->> {:cmd [:typescript-language-server
|
||||
:--stdio
|
||||
:--tsserver-path
|
||||
:tsserver]
|
||||
(lsp.tsserver.setup (->> {:cmd [:typescript-language-server :--stdio]
|
||||
:settings {:typescript {:inlayHints inlay-hints}
|
||||
:javascript {:inlayHints inlay-hints}}}
|
||||
(vim.tbl_extend :force default-config))))
|
||||
|
|
Loading…
Reference in a new issue