From aaecea475cd0825043eaacaeed9248b53c5c759e Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 15 Nov 2024 21:43:08 -0800 Subject: [PATCH] rustacean shenanigans --- lua/plugins/rustacean.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lua/plugins/rustacean.lua b/lua/plugins/rustacean.lua index bbc0f31..359aac4 100644 --- a/lua/plugins/rustacean.lua +++ b/lua/plugins/rustacean.lua @@ -25,6 +25,17 @@ return { -- ["leptos_macro"] = { "component" }, -- }, }, + -- files = { + -- excludeDirs = { + -- ".direnv", + -- "target", + -- }, + -- watcherExclude = { + -- ".direnv", + -- "target", + -- "node_modules" + -- }, + -- }, checkOnSave = true, check = { command = "clippy",