From 4894266f66d35763118a6d96b9dae6e0d7d84658 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:13:51 +0100 Subject: Add vim vue --- .gitmodules | 3 +++ vim/bundle/vim-vue | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-vue diff --git a/.gitmodules b/.gitmodules index c8ae5a1..6ed076b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,3 +56,6 @@ [submodule "vim/bundle/syntastic-local-eslint"] path = vim/bundle/syntastic-local-eslint url = https://github.com/mtscout6/syntastic-local-eslint.vim.git +[submodule "vim/bundle/vim-vue"] + path = vim/bundle/vim-vue + url = https://github.com/posva/vim-vue diff --git a/vim/bundle/vim-vue b/vim/bundle/vim-vue new file mode 160000 index 0000000..e306929 --- /dev/null +++ b/vim/bundle/vim-vue @@ -0,0 +1 @@ +Subproject commit e306929b27bea08ab505de7a4617e642b56b6dcd -- cgit