-
Hello, i was wondering what should be the ideal order of loading the plugins I currently have the plugins defined in following order in .zimrc file
And my .zshrc file is as follows -
Is there anything you would recommend changing for better startup times and/or overall functionality of the plugins |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You'll find the recommended order here: https://github.com/zimfw/install/blob/master/src/templates/zimrc It's # Start configuration added by Zim install {{{
#
# This is not sourced during shell startup, and it's only used to configure the
# zimfw plugin manager.
#
#
# Modules
Usually any new modules would go above # <-- new modules here
#
# Prompt
# unless their documentation states that they should be initialized in a specific order. For example, according to https://github.com/Aloxaf/fzf-tab/blob/master/README.md#install, this plugin should be initialized after Also, if you use |
Beta Was this translation helpful? Give feedback.
You'll find the recommended order here: https://github.com/zimfw/install/blob/master/src/templates/zimrc
It's