chore: get rid of lsp diagnostic by passing empty table to crates.nvim

This commit is contained in:
Youwen Wu 2024-10-11 23:50:55 -07:00
parent 09ae969265
commit c3a6a443ae
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -233,7 +233,7 @@ return {
"crates.nvim",
event = "BufRead Cargo.toml",
after = function()
require("crates").setup()
require("crates").setup({})
end,
},
{ "rustaceanvim" },