This commit is contained in:
foozzi 2024-09-07 12:46:51 +02:00
parent b8f5e6e64e
commit 8f8430f181

View file

@ -94,6 +94,7 @@ local config = function()
automatic_installation = true, automatic_installation = true,
handlers = { handlers = {
-- lsp_zero.default_setup, -- lsp_zero.default_setup,
-- https://github.com/neovim/nvim-lspconfig/pull/3232
function(server_name) function(server_name)
if server_name == "tsserver" then if server_name == "tsserver" then
server_name = "ts_ls" server_name = "ts_ls"