diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 75a4f54..026db69 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -9,6 +9,7 @@ enable = true [language-server.rust-analyzer.config.procMacro.ignored] async-trait = ["async_trait"] +tonic = ["async_trait"] mockall = ["automock"] mockall_double = ["double"] automock = ["automock"]