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 /.gitmodules | |
parent | b3d6bb5b58d9fd840b8bd5ac5855a0ed8b1d4693 (diff) | |
download | dotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.tar.gz dotnvim-12c6fb9478e075378a10e204ee4a76837d7d66b6.zip |
Added plugins
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 21 |
1 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 |