Small change

This commit is contained in:
2024-09-22 13:48:18 +02:00
parent f0fa445da0
commit a29ef2cbe9

View File

@@ -31,7 +31,7 @@ return {
on_attach = function(client, bufnr) on_attach = function(client, bufnr)
on_attach(client, bufnr) on_attach(client, bufnr)
if cmd == "typescript-language-server" then if cmd == "typescript-language-server" then
print("Using global tsserver") vim.notify("Using global tsserver")
end end
end, end,
settings = { settings = {