From c3a6a443aea2b0e541956c6f4135d77fd98aa4f2 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 11 Oct 2024 23:50:55 -0700 Subject: [PATCH] chore: get rid of lsp diagnostic by passing empty table to crates.nvim --- lua/plugins/lz-spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lz-spec.lua b/lua/plugins/lz-spec.lua index b77fd0f..38b3530 100644 --- a/lua/plugins/lz-spec.lua +++ b/lua/plugins/lz-spec.lua @@ -233,7 +233,7 @@ return { "crates.nvim", event = "BufRead Cargo.toml", after = function() - require("crates").setup() + require("crates").setup({}) end, }, { "rustaceanvim" },