chore: get rid of lsp diagnostic by passing empty table to crates.nvim
This commit is contained in:
parent
09ae969265
commit
c3a6a443ae
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ return {
|
||||||
"crates.nvim",
|
"crates.nvim",
|
||||||
event = "BufRead Cargo.toml",
|
event = "BufRead Cargo.toml",
|
||||||
after = function()
|
after = function()
|
||||||
require("crates").setup()
|
require("crates").setup({})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "rustaceanvim" },
|
{ "rustaceanvim" },
|
||||||
|
|
Loading…
Reference in a new issue