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",
|
||||
event = "BufRead Cargo.toml",
|
||||
after = function()
|
||||
require("crates").setup()
|
||||
require("crates").setup({})
|
||||
end,
|
||||
},
|
||||
{ "rustaceanvim" },
|
||||
|
|
Loading…
Reference in a new issue