diff options
-rw-r--r-- | .gitmodules | 3 | ||||
l--------- | indent/css.vim | 1 | ||||
l--------- | indent/html.vim | 1 | ||||
m--------- | indent/tpope | 0 |
4 files changed, 5 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 | ||
diff --git a/indent/css.vim b/indent/css.vim new file mode 120000 index 0000000..3c4fc9d --- /dev/null +++ b/indent/css.vim | |||
@@ -0,0 +1 @@ | |||
tpope/indent/css.vim \ No newline at end of file | |||
diff --git a/indent/html.vim b/indent/html.vim new file mode 120000 index 0000000..3c4fc9d --- /dev/null +++ b/indent/html.vim | |||
@@ -0,0 +1 @@ | |||
tpope/indent/css.vim \ No newline at end of file | |||
diff --git a/indent/tpope b/indent/tpope new file mode 160000 | |||
Subproject bcbd35239db7f26447f1c2323037d20a5219471 | |||