From 12c6fb9478e075378a10e204ee4a76837d7d66b6 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 16 Mar 2018 09:00:48 +0000 Subject: Added plugins --- .gitmodules | 21 +++++++++++++++++++++ bundle/base16-vim | 1 + bundle/syntastic | 1 + bundle/vim-autoformat | 1 + bundle/vim-easytags | 1 + bundle/vim-go | 1 + bundle/vim-misc | 1 + bundle/vim-scala | 1 + 8 files changed, 28 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/base16-vim create mode 160000 bundle/syntastic create mode 160000 bundle/vim-autoformat create mode 160000 bundle/vim-easytags create mode 160000 bundle/vim-go create mode 160000 bundle/vim-misc create mode 160000 bundle/vim-scala diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6cf090a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "bundle/base16-vim"] + path = bundle/base16-vim + url = https://github.com/chriskempson/base16-vim +[submodule "bundle/syntastic"] + path = bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "bundle/vim-autoformat"] + path = bundle/vim-autoformat + url = https://github.com/Chiel92/vim-autoformat +[submodule "bundle/vim-easytags"] + path = bundle/vim-easytags + url = https://github.com/xolox/vim-easytags.git +[submodule "bundle/vim-go"] + path = bundle/vim-go + url = https://github.com/fatih/vim-go.git +[submodule "bundle/vim-misc"] + path = bundle/vim-misc + url = https://github.com/xolox/vim-misc.git +[submodule "bundle/vim-scala"] + path = bundle/vim-scala + url = https://github.com/derekwyatt/vim-scala.git diff --git a/bundle/base16-vim b/bundle/base16-vim new file mode 160000 index 0000000..97f2feb --- /dev/null +++ b/bundle/base16-vim @@ -0,0 +1 @@ +Subproject commit 97f2feb554471760f72cb6e4f872fde0f825b4b3 diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 0000000..b7b473b --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit b7b473b2688827dcd7d8c801197b8bfc31b20dc4 diff --git a/bundle/vim-autoformat b/bundle/vim-autoformat new file mode 160000 index 0000000..e63b4e9 --- /dev/null +++ b/bundle/vim-autoformat @@ -0,0 +1 @@ +Subproject commit e63b4e957ad034494b1495d4b4ac1a18503cba79 diff --git a/bundle/vim-easytags b/bundle/vim-easytags new file mode 160000 index 0000000..72a8753 --- /dev/null +++ b/bundle/vim-easytags @@ -0,0 +1 @@ +Subproject commit 72a8753b5d0a951e547c51b13633f680a95b5483 diff --git a/bundle/vim-go b/bundle/vim-go new file mode 160000 index 0000000..d2b0a23 --- /dev/null +++ b/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit d2b0a234ffb5441a3488c78fe8e5f551ddbdd454 diff --git a/bundle/vim-misc b/bundle/vim-misc new file mode 160000 index 0000000..3e6b8fb --- /dev/null +++ b/bundle/vim-misc @@ -0,0 +1 @@ +Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b diff --git a/bundle/vim-scala b/bundle/vim-scala new file mode 160000 index 0000000..0b909e2 --- /dev/null +++ b/bundle/vim-scala @@ -0,0 +1 @@ +Subproject commit 0b909e24f31d94552eafae610da0f31040c08f2b -- cgit v1.2.3