Adding rust syntax plugin
parent
32a3726255
commit
62b1ee3084
|
@ -16,3 +16,6 @@
|
||||||
[submodule ".vim/bundle/vim-unimpaired"]
|
[submodule ".vim/bundle/vim-unimpaired"]
|
||||||
path = .vim/bundle/vim-unimpaired
|
path = .vim/bundle/vim-unimpaired
|
||||||
url = https://github.com/tpope/vim-unimpaired.git
|
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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2fa74427456a68e9e90f542567f851df50d48a8c
|
Reference in New Issue