aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-03-16 09:00:48 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commit12c6fb9478e075378a10e204ee4a76837d7d66b6 (patch)
tree48a0fd51bc4fad5371b8794823f181b33049830e
parentb3d6bb5b58d9fd840b8bd5ac5855a0ed8b1d4693 (diff)
downloaddotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.tar.gz
dotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.zip
Added plugins
-rw-r--r--.gitmodules21
m---------bundle/base16-vim0
m---------bundle/syntastic0
m---------bundle/vim-autoformat0
m---------bundle/vim-easytags0
m---------bundle/vim-go0
m---------bundle/vim-misc0
m---------bundle/vim-scala0
8 files changed, 21 insertions, 0 deletions
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
+Subproject 97f2feb554471760f72cb6e4f872fde0f825b4b
diff --git a/bundle/syntastic b/bundle/syntastic
new file mode 160000
+Subproject b7b473b2688827dcd7d8c801197b8bfc31b20dc
diff --git a/bundle/vim-autoformat b/bundle/vim-autoformat
new file mode 160000
+Subproject e63b4e957ad034494b1495d4b4ac1a18503cba7
diff --git a/bundle/vim-easytags b/bundle/vim-easytags
new file mode 160000
+Subproject 72a8753b5d0a951e547c51b13633f680a95b548
diff --git a/bundle/vim-go b/bundle/vim-go
new file mode 160000
+Subproject d2b0a234ffb5441a3488c78fe8e5f551ddbdd45
diff --git a/bundle/vim-misc b/bundle/vim-misc
new file mode 160000
+Subproject 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0
diff --git a/bundle/vim-scala b/bundle/vim-scala
new file mode 160000
+Subproject 0b909e24f31d94552eafae610da0f31040c08f2