dotfiles/.gitmodules

85 lines
3.2 KiB
Plaintext
Raw Normal View History

2018-09-13 14:19:12 +00:00
[submodule ".local/bin"]
path = .local/bin
2019-06-04 08:21:44 +00:00
url = https://git.odrling.xyz/odrling/localbins.git
2019-09-11 09:38:30 +00:00
ignore = dirty
2019-01-11 17:50:29 +00:00
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".zsh/omz/oh-my-zsh"]
path = .zsh/omz/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
2019-01-11 19:59:58 +00:00
[submodule ".zsh/zsh-background-notify"]
path = .zsh/zsh-background-notify
url = https://github.com/t413/zsh-background-notify.git
2019-01-30 08:12:45 +00:00
[submodule ".vim/vim-fugitive"]
path = .vim/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/vim-pathogen"]
path = .vim/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/sleuth"]
path = .vim/bundle/sleuth
url = https://tpope.io/vim/sleuth.git
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
2019-05-27 22:39:52 +00:00
[submodule ".config/fish/modules/fish-ssh-agent"]
path = .config/fish/modules/fish-ssh-agent
url = https://github.com/danhper/fish-ssh-agent.git
2019-06-16 12:09:19 +00:00
[submodule ".vim/bundle/fzf"]
path = .vim/fzf
url = https://github.com/junegunn/fzf.git
2019-06-29 19:07:16 +00:00
[submodule ".vim/vidir"]
path = .vim/vidir
url = https://github.com/trapd00r/vidir.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
2019-09-11 09:38:30 +00:00
ignore = dirty
2019-06-29 19:28:58 +00:00
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
2019-06-29 20:18:37 +00:00
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
2019-06-29 20:30:56 +00:00
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
2019-09-11 09:30:25 +00:00
[submodule ".vim/bundle/vim-dirvish"]
path = .vim/bundle/vim-dirvish
url = https://github.com/justinmk/vim-dirvish.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
2020-01-01 16:13:03 +00:00
[submodule ".vim/bundle/vim-clap"]
path = .vim/bundle/vim-clap
url = https://github.com/liuchengxu/vim-clap.git
2020-01-31 19:00:24 +00:00
[submodule ".vim/bundle/coc.nvim"]
path = .vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
2020-05-08 22:26:42 +00:00
branch = release
[submodule ".vim/bundle/space-vim-dark"]
path = .vim/bundle/space-vim-dark
url = https://github.com/liuchengxu/space-vim-dark.git
[submodule ".vim/bundle/eleline.vim"]
path = .vim/bundle/eleline.vim
url = https://github.com/liuchengxu/eleline.vim.git
2020-03-04 14:29:01 +00:00
[submodule ".zsh/zsh-autoenv"]
path = .zsh/zsh-autoenv
url = https://github.com/Tarrasch/zsh-autoenv.git