Skip to content

Commit

Permalink
fix(rust-analyzer): imports granularity to crate
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Sep 9, 2023
1 parent 541d91c commit c278fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ require("lazy").setup({
imports = {
granularity = {
enforce = true,
group = "one",
group = "crate",
},
},
},
Expand Down

0 comments on commit c278fb7

Please sign in to comment.