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 | |
parent | 7c45eb8b594e3800ca0564ca589ced96175733db (diff) | |
download | dotfiles-5ebc59de1ab9ef2b4e4dd9ddd283117664af50a7.tar.gz |
Added vim plugin module https://github.com/ziglang/zig.vim.git
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/zig.vim | 0 |
2 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 diff --git a/.vim/bundle/zig.vim b/.vim/bundle/zig.vim new file mode 160000 +Subproject c33e1e312fc0f9523d09d7ddb845ea5d52db41d |