return { "saecki/crates.nvim", tag = "stable", config = function() require("crates").setup({ lsp = { enabled = true, on_attach = function(client, bufnr) -- the same on_attach function as for your other lsp's end, actions = true, completion = true, hover = true, }, }) end, }