nvim: fix ts_ls
This commit is contained in:
parent
c7d89d7f1b
commit
863f58527c
1 changed files with 4 additions and 4 deletions
|
@ -91,10 +91,10 @@
|
|||
:includeInlayPropertyDeclarationTypeHints true
|
||||
:includeInlayFunctionLikeReturnTypeHints true
|
||||
:includeInlayEnumMemberValueHints true}]
|
||||
(lsp.tsserver.setup (->> {:cmd [:typescript-language-server :--stdio]
|
||||
:settings {:typescript {:inlayHints inlay-hints}
|
||||
:javascript {:inlayHints inlay-hints}}}
|
||||
(vim.tbl_extend :force default-config))))
|
||||
(lsp.ts_ls.setup (->> {:cmd [:typescript-language-server :--stdio]
|
||||
:settings {:typescript {:inlayHints inlay-hints}
|
||||
:javascript {:inlayHints inlay-hints}}}
|
||||
(vim.tbl_extend :force default-config))))
|
||||
(lsp.solargraph.setup (->> {:settings {:solargraph {:diagnostics true}}}
|
||||
(vim.tbl_extend :force default-config)))
|
||||
(lsp.yamlls.setup (->> {:settings {:yaml {:schemaStore {:enable false
|
||||
|
|
Loading…
Reference in a new issue