feat(modules)!: Support new modules based starting point template
This commit is contained in:
parent
731e1d7567
commit
85aadf73e5
9 changed files with 208 additions and 23 deletions
3
.helix/languages.toml
Normal file
3
.helix/languages.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[[language]]
|
||||
name = "rust"
|
||||
config = { cargo = { features = [ "modules" ], noDefaultFeatures = false } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue