diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-16 09:00:48 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | 12c6fb9478e075378a10e204ee4a76837d7d66b6 (patch) | |
tree | 48a0fd51bc4fad5371b8794823f181b33049830e | |
parent | b3d6bb5b58d9fd840b8bd5ac5855a0ed8b1d4693 (diff) | |
download | dotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.tar.gz dotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.zip |
Added plugins
-rw-r--r-- | .gitmodules | 21 | ||||
m--------- | bundle/base16-vim | 0 | ||||
m--------- | bundle/syntastic | 0 | ||||
m--------- | bundle/vim-autoformat | 0 | ||||
m--------- | bundle/vim-easytags | 0 | ||||
m--------- | bundle/vim-go | 0 | ||||
m--------- | bundle/vim-misc | 0 | ||||
m--------- | bundle/vim-scala | 0 |
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 |