chore(nvim): rename lsp config
This commit is contained in:
parent
e9005dff17
commit
2dd6cd4221
|
@ -127,7 +127,7 @@ nvim_lsp.solargraph.setup({
|
|||
-- Typescript
|
||||
-- https://jose-elias-alvarez.medium.com/configuring-neovims-lsp-client-for-typescript-development-5789d58ea9c
|
||||
|
||||
nvim_lsp.tsserver.setup({
|
||||
nvim_lsp.ts_ls.setup({
|
||||
on_attach = on_attach,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue