diff --git a/global/.config/nvim/lua/plugins/lsp.lua b/global/.config/nvim/lua/plugins/lsp.lua index 681ed7e..e435d2f 100644 --- a/global/.config/nvim/lua/plugins/lsp.lua +++ b/global/.config/nvim/lua/plugins/lsp.lua @@ -94,6 +94,7 @@ local config = function() automatic_installation = true, handlers = { -- lsp_zero.default_setup, + -- https://github.com/neovim/nvim-lspconfig/pull/3232 function(server_name) if server_name == "tsserver" then server_name = "ts_ls"