From 31245928c276685e68a47626592f9d2e8c78c9da Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 10:06:19 +0100 Subject: bundle: Install csv --- .gitmodules | 3 +++ .vim/bundle/csv.vim | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/csv.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bc22eb4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/csv.vim"] + path = .vim/bundle/csv.vim + url = https://github.com/chrisbra/csv.vim.git diff --git a/.vim/bundle/csv.vim b/.vim/bundle/csv.vim new file mode 160000 index 0000000..2f640f0 --- /dev/null +++ b/.vim/bundle/csv.vim @@ -0,0 +1 @@ +Subproject commit 2f640f0b5beb450ac83db9cfdb38ce4204e88d4c -- cgit v0.12