diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-18 14:44:04 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-18 14:44:04 +0100 |
commit | 6aae645b11f4457e372f75ddad04d66f97f6cd64 (patch) | |
tree | 2c444ae9ffaee433bcead8178a733244109e8bee /.gitmodules | |
parent | bfb6564c62ff2e85b8cab3daf20ddabc125f8fa0 (diff) | |
download | dotfiles-6aae645b11f4457e372f75ddad04d66f97f6cd64.tar.gz |
vim rust module
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5149426..fa32f53 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule ".vim/bundle/coc.nvim"] path = .vim/bundle/coc.nvim url = https://github.com/neoclide/coc.nvim.git +[submodule ".vim/bundle/rust.vim"] + path = .vim/bundle/rust.vim + url = https://github.com/rust-lang/rust.vim.git |