diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-24 22:35:40 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-24 22:35:40 +0100 |
commit | 5ebc59de1ab9ef2b4e4dd9ddd283117664af50a7 (patch) | |
tree | 8763dc08942ee63e394ef28c538ab48c4553cfc9 /.gitmodules | |
parent | 7c45eb8b594e3800ca0564ca589ced96175733db (diff) | |
download | dotfiles-5ebc59de1ab9ef2b4e4dd9ddd283117664af50a7.tar.gz |
Added vim plugin module https://github.com/ziglang/zig.vim.git
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |