logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zplug-defer - Defers the loading of a package

Authors

zplug was originally written by Masaki Ishiyama (a.k.a @b4b4r07). Many people have contributed to it.

Copying

Copyright (C) 2015-2016 Masaki Ishiyama MIT License

Description

By using defer tag, you can set the priority of loading the packages. If the value is 2 or above, zplug will source the plugin after compinit. Table1.zplugdefertag ┌────────────────┬───────────────┐ │ PossiveValuesDefaultvalue │ ├────────────────┼───────────────┤ │ │ │ │ 0..3 │ 0 │ └────────────────┴───────────────┘ Besides, by using zstyle command, you can change default value: $ zstyle ":zplug:tag" defer 1

Examples

Priority: $ zplug "~/.zsh", \ as:plugin, \ defer:1

Further Documentation

See the references in official wiki page to get started using zplug. The wiki may perhaps be overwhelming for first-time users.

Name

zplug-defer - Defers the loading of a package

Reporting Bugs

Report bugs to the zplug issues ZPLUG Manual 12/03/2016 ZPLUG-DEFER(5)

See Also

zplug(1)

Synopsis

zplug"username/reponame", defer:1 The word ´package´ refers to the string in the format: "username/reponame".

See Also