diff --git a/.gitmodules b/.gitmodules index a56cd11..ca2142b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -53,3 +53,6 @@ [submodule "bundle/emmet-vim"] path = bundle/emmet-vim url = https://github.com/mattn/emmet-vim +[submodule "bundle/vim-es6"] + path = bundle/vim-es6 + url = https://github.com/isRuslan/vim-es6.git diff --git a/bundle/vim-es6 b/bundle/vim-es6 new file mode 160000 index 0000000..c0ca7bc --- /dev/null +++ b/bundle/vim-es6 @@ -0,0 +1 @@ +Subproject commit c0ca7bcef2cf0095a598ce1f556eb9fbd2b1d4b4