diff options
author | Max Christian Pohle | 2015-07-29 11:14:50 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-07-29 11:14:50 +0200 |
commit | 4a3e984105a960556bd727662c349170a61eb4fb (patch) | |
tree | a520d871bd578df8cf38811f3f1de0fedf6d81b0 /.gitmodules | |
parent | 983e0ed4d90c6410476583abbfdb3fa74b86fd36 (diff) | |
download | vim-4a3e984105a960556bd727662c349170a61eb4fb.tar.bz2 vim-4a3e984105a960556bd727662c349170a61eb4fb.zip |
added submodule for css indentation
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8d5d904..fe221a9 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,3 +1,6 @@ | |||
1 | [submodule "vim-pathogen"] | 1 | [submodule "vim-pathogen"] |
2 | path = vim-pathogen | 2 | path = vim-pathogen |
3 | url = https://github.com/tpope/vim-pathogen.git | 3 | url = https://github.com/tpope/vim-pathogen.git |
4 | [submodule "indent/tpope"] | ||
5 | path = indent/tpope | ||
6 | url = https://gist.github.com/762326.git | ||