Adding rust syntax plugin
This commit is contained in:
parent
32a3726255
commit
62b1ee3084
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
|||
[submodule ".vim/bundle/vim-unimpaired"]
|
||||
path = .vim/bundle/vim-unimpaired
|
||||
url = https://github.com/tpope/vim-unimpaired.git
|
||||
[submodule "/home/andrew/.vim/bundle/rust.vim"]
|
||||
path = /home/andrew/.vim/bundle/rust.vim
|
||||
url = https://github.com/rust-lang/rust.vim.git
|
||||
|
|
1
.vim/bundle/rust.vim
Submodule
1
.vim/bundle/rust.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2fa74427456a68e9e90f542567f851df50d48a8c
|
Reference in a new issue