Skip to content

Commit

Permalink
feat(rust): Add cmp support for crates name (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jun 27, 2024
1 parent e0596e0 commit 37b18d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/astrocommunity/pack/rust/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ return {
opts = {
completion = {
cmp = { enabled = true },
crates = {
enabled = true,
},
},
null_ls = {
enabled = true,
Expand Down

0 comments on commit 37b18d9

Please sign in to comment.