Merge pull request #44 from TimJ0212/main
Change LSP example to the not deprecated ts_ls (fixes #43)
This commit is contained in:
commit
59f23d053a
@ -17,7 +17,7 @@ for _, lsp in ipairs(servers) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- configuring single server, example: typescript
|
-- configuring single server, example: typescript
|
||||||
-- lspconfig.tsserver.setup {
|
-- lspconfig.ts_ls.setup {
|
||||||
-- on_attach = nvlsp.on_attach,
|
-- on_attach = nvlsp.on_attach,
|
||||||
-- on_init = nvlsp.on_init,
|
-- on_init = nvlsp.on_init,
|
||||||
-- capabilities = nvlsp.capabilities,
|
-- capabilities = nvlsp.capabilities,
|
||||||
|
Loading…
Reference in New Issue
Block a user