dotfiles/.gitmodules

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-02-12 12:31:47 +01:00
[submodule "vim/bundle/vim-devicons"]
path = vim/bundle/vim-devicons
2016-02-12 15:45:16 +01:00
url = https://github.com/ryanoasis/vim-devicons.git
2016-02-12 14:17:10 +01:00
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
2016-02-12 15:45:16 +01:00
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
2016-03-11 10:54:15 +01:00
[submodule "vim/bundle/vim-bad-whitespace"]
path = vim/bundle/vim-bad-whitespace
url = https://github.com/bitc/vim-bad-whitespace
2016-03-11 15:06:17 +01:00
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
2016-06-09 11:40:26 +02:00
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
2016-06-09 12:09:18 +02:00
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git