From 4a3e984105a960556bd727662c349170a61eb4fb Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 29 Jul 2015 11:14:50 +0200 Subject: added submodule for css indentation --- .gitmodules | 3 +++ indent/css.vim | 1 + indent/html.vim | 1 + indent/tpope | 1 + 4 files changed, 6 insertions(+) create mode 120000 indent/css.vim create mode 120000 indent/html.vim create mode 160000 indent/tpope diff --git a/.gitmodules b/.gitmodules index 8d5d904..fe221a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vim-pathogen"] path = vim-pathogen url = https://github.com/tpope/vim-pathogen.git +[submodule "indent/tpope"] + path = indent/tpope + 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 index 0000000..bcbd352 --- /dev/null +++ b/indent/tpope @@ -0,0 +1 @@ +Subproject commit bcbd35239db7f26447f1c2323037d20a5219471d -- cgit v1.2.3