aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-07-29 11:14:50 +0200
committerMax Christian Pohle2015-07-29 11:14:50 +0200
commit4a3e984105a960556bd727662c349170a61eb4fb (patch)
treea520d871bd578df8cf38811f3f1de0fedf6d81b0
parent983e0ed4d90c6410476583abbfdb3fa74b86fd36 (diff)
downloadvim-4a3e984105a960556bd727662c349170a61eb4fb.tar.bz2
vim-4a3e984105a960556bd727662c349170a61eb4fb.zip
added submodule for css indentation
-rw-r--r--.gitmodules3
l---------indent/css.vim1
l---------indent/html.vim1
m---------indent/tpope0
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
..