diff options
| author | Polesznyák Márk László <116908301+pml68@users.noreply.github.com> | 2024-09-06 18:42:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 18:42:54 +0200 |
| commit | 7dbc23c0539c391c1027599e6fa086125c256825 (patch) | |
| tree | a8fc7755cea8161591c51bab28d0b5ae2be5f827 /lua/pml68/configs | |
| parent | feat: comment out ASM LSP (diff) | |
| download | nvim-7dbc23c0539c391c1027599e6fa086125c256825.tar.gz | |
feat: update "tsserver" to "ts_ls" for new LSP config update
Diffstat (limited to 'lua/pml68/configs')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 5c47681..716f4ca 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -8,7 +8,7 @@ vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { local servers = { -- "asm_lsp", "html", - "tsserver", + "ts_ls", "cssls", "svelte", "bashls", |
