From 5ebc59de1ab9ef2b4e4dd9ddd283117664af50a7 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 24 Dec 2022 22:35:40 +0100 Subject: Added vim plugin module https://github.com/ziglang/zig.vim.git --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fa32f53..46f98fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule ".vim/bundle/rust.vim"] path = .vim/bundle/rust.vim url = https://github.com/rust-lang/rust.vim.git +[submodule ".vim/bundle/zig.vim"] + path = .vim/bundle/zig.vim + url = https://github.com/ziglang/zig.vim.git -- cgit v1.2.3