From d62c9c8e2f089f761a474740b433ef28dde97409 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 22 Dec 2019 15:54:07 +0100 Subject: Add svelte plugin --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fd369d2..f90b323 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,6 @@ [submodule "vim/bundle/vim-swift"] path = vim/bundle/vim-swift url = https://github.com/bumaociyuan/vim-swift +[submodule "vim/bundle/vim-svelte-plugin"] + path = vim/bundle/vim-svelte-plugin + url = https://github.com/leafOfTree/vim-svelte-plugin.git -- cgit