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 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3