Tobias Manske
491fe6066f
Before switching I used pathogen.vim for plugin management, which resulted in a HUGE .gitmodules file as well as a huge directory containing whole git repositories. vim-plug fixes all those problems. It reduces the folder into a config file, containing one line per plugin and also removes the need of adding those submodules to .gitmodules Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
46 lines
2.1 KiB
Plaintext
46 lines
2.1 KiB
Plaintext
[submodule "zsh/modules/history-substring-search/external"]
|
|
path = zsh/modules/history-substring-search/external
|
|
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
|
[submodule "zsh/modules/completion/external"]
|
|
path = zsh/modules/completion/external
|
|
url = https://github.com/zsh-users/zsh-completions.git
|
|
[submodule "zsh/modules/syntax-highlighting/external"]
|
|
path = zsh/modules/syntax-highlighting/external
|
|
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
[submodule "zsh/modules/prompt/external-themes/pure"]
|
|
path = zsh/modules/prompt/external-themes/pure
|
|
url = https://github.com/sindresorhus/pure.git
|
|
[submodule "zsh/modules/prompt/external-themes/liquidprompt"]
|
|
path = zsh/modules/prompt/external-themes/liquidprompt
|
|
url = https://github.com/nojhan/liquidprompt.git
|
|
[submodule "zsh/modules/prompt/external-themes/lean"]
|
|
path = zsh/modules/prompt/external-themes/lean
|
|
url = https://github.com/miekg/lean
|
|
[submodule "zsh/modules/autosuggestions/external"]
|
|
path = zsh/modules/autosuggestions/external
|
|
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
|
[submodule "tmux/plugins/tmux-battery"]
|
|
path = tmux/plugins/tmux-battery
|
|
url = https://github.com/tmux-plugins/tmux-battery.git
|
|
[submodule "tmux/plugins/tmux-copycat"]
|
|
path = tmux/plugins/tmux-copycat
|
|
url = https://github.com/tmux-plugins/tmux-copycat.git
|
|
[submodule "tmux/plugins/tmux-online-status"]
|
|
path = tmux/plugins/tmux-online-status
|
|
url = https://github.com/tmux-plugins/tmux-online-status.git
|
|
[submodule "tmux/plugins/tmux-open"]
|
|
path = tmux/plugins/tmux-open
|
|
url = https://github.com/tmux-plugins/tmux-open.git
|
|
[submodule "tmux/plugins/tmux-plugin-sysstat"]
|
|
path = tmux/plugins/tmux-plugin-sysstat
|
|
url = https://github.com/samoshkin/tmux-plugin-sysstat.git
|
|
[submodule "tmux/plugins/tmux-prefix-highlight"]
|
|
path = tmux/plugins/tmux-prefix-highlight
|
|
url = https://github.com/tmux-plugins/tmux-prefix-highlight.git
|
|
[submodule "tmux/plugins/tmux-sidebar"]
|
|
path = tmux/plugins/tmux-sidebar
|
|
url = https://github.com/tmux-plugins/tmux-sidebar.git
|
|
[submodule "tmux/plugins/tpm"]
|
|
path = tmux/plugins/tpm
|
|
url = https://github.com/tmux-plugins/tpm.git
|