mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(vlang): support vpkg (#2686)
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ pub struct FullConfig<'a> {
|
||||
terraform: terraform::TerraformConfig<'a>,
|
||||
time: time::TimeConfig<'a>,
|
||||
username: username::UsernameConfig<'a>,
|
||||
vlang: v::VLangConfig<'a>,
|
||||
vlang: v::VConfig<'a>,
|
||||
vagrant: vagrant::VagrantConfig<'a>,
|
||||
zig: zig::ZigConfig<'a>,
|
||||
custom: IndexMap<String, custom::CustomConfig<'a>>,
|
||||
|
||||
Reference in New Issue
Block a user