Skip to content

Commit

Permalink
feat(pack): remove opinionated config from rust pack
Browse files Browse the repository at this point in the history
  • Loading branch information
boraarslan committed Jul 15, 2024
1 parent c43e5a7 commit 74c2d55
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lua/astrocommunity/pack/rust/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ return {
"--no-deps",
},
},
assist = {
importEnforceGranularity = true,
importPrefix = "crate",
},
completion = {
postfix = {
enable = false,
},
},
inlayHints = {
lifetimeElisionHints = {
enable = true,
useParameterNames = true,
},
},
},
},
},
Expand Down

0 comments on commit 74c2d55

Please sign in to comment.