diff options
author | Tharre <tharre3@gmail.com> | 2018-07-03 19:46:59 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-03 19:46:59 +0200 |
commit | 7c17e7f0933e49647e07e519292cf99da597e6c2 (patch) | |
tree | 52fc1b1a86b70e99d15eff2f1299ee9bda3c44f3 /.gitmodules | |
parent | eebab1c80ee55425bd9f54e177128ba28bb07fd6 (diff) | |
download | dotfiles-7c17e7f0933e49647e07e519292cf99da597e6c2.tar.gz dotfiles-7c17e7f0933e49647e07e519292cf99da597e6c2.tar.xz dotfiles-7c17e7f0933e49647e07e519292cf99da597e6c2.zip |
vim: replace deprecated rust.vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 996cfa2..3193e95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,6 @@ [submodule "jedi-vim"] path = .vim/bundle/jedi-vim url = https://github.com/davidhalter/jedi-vim.git -[submodule "rust.vim"] - path = .vim/bundle/rust.vim - url = https://github.com/wting/rust.vim.git [submodule "vim-ledger"] path = .vim/bundle/vim-ledger url = https://github.com/ledger/vim-ledger.git @@ -71,3 +68,6 @@ [submodule "hexmode"] path = .vim/bundle/hexmode url = https://github.com/fidian/hexmode +[submodule ".vim/bundle/rust.vim"] + path = .vim/bundle/rust.vim + url = https://github.com/rust-lang/rust.vim |