Files
dotfiles/.gitmodules
2024-08-14 19:59:28 +02:00

16 lines
799 B
Plaintext

[submodule ".vim/pack/vendor/start/vim-airline"]
path = .vim/pack/vendor/start/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule ".vim/pack/vendor/start/rainbow_parentheses.vim"]
path = .vim/pack/vendor/start/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".oh-my-zsh/custom/plugins/cmdtime"]
path = .oh-my-zsh/custom/plugins/cmdtime
url = https://github.com/tom-auger/cmdtime