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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit