We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7241e2 + aaffe3d commit c905fffCopy full SHA for c905fff
lua/metals.lua
@@ -307,7 +307,7 @@ end
307
M.organize_imports = function()
308
local lsp_clients = lsp.get_active_clients({ bufnr = 0, name = "metals" })
309
if not lsp_clients or vim.tbl_isempty(lsp_clients) then
310
- log.warn_and_show("Metals is attatched to this buffer, so unable to organize imports.")
+ log.warn_and_show("Metals is not attatched to this buffer, so unable to organize imports.")
311
return
312
end
313
local metals_client = lsp_clients[1]
0 commit comments