diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 02f252a..d296718 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,10 @@ [submodule "zsh-completions"] path = files/.zsh/zsh-completions url = https://github.com/zsh-users/zsh-completions.git +# Mutt +[submodule "mutt-colors-solarized"] + path = files/.mutt/mutt-colors-solarized + url = https://github.com/altercation/mutt-colors-solarized # Vim bundles [submodule "vim-pathogen"] path = files/.vim/bundle/vim-pathogen @@ -53,6 +57,12 @@ [submodule "taglist.vim"] path = files/.vim/bundle/taglist.vim url = https://github.com/vim-scripts/taglist.vim +[submodule "vim-ledger"] + path = files/.vim/bundle/vim-ledger + url = https://github.com/ledger/vim-ledger +[submodule "tabular"] + path = files/.vim/bundle/tabular + url = https://github.com/godlygeek/tabular [submodule "syntastic"] path = files/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git @@ -62,6 +72,3 @@ [submodule "L9"] path = files/.vim/bundle/L9 url = https://github.com/vim-scripts/L9.git -[submodule "tabular"] - path = files/.vim/bundle/tabular - url = https://github.com/godlygeek/tabular.git |
