From 6aae645b11f4457e372f75ddad04d66f97f6cd64 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 18 Dec 2022 14:44:04 +0100 Subject: vim rust module --- .gitmodules | 3 +++ .vim/bundle/rust.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/rust.vim 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 diff --git a/.vim/bundle/rust.vim b/.vim/bundle/rust.vim new file mode 160000 index 0000000..889b9a7 --- /dev/null +++ b/.vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 889b9a7515db477f4cb6808bef1769e53493c578 -- cgit v1.2.3