From 4ebc812d5ec3f80fcda0450d67076bb2587f81fb Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 22 Apr 2014 03:26:07 -0400 Subject: [PATCH] Added full support for the rust language --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/rust.vim | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/rust.vim diff --git a/.gitmodules b/.gitmodules index 0b40035..8181d1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,3 +97,6 @@ [submodule "vim/bundle/autoswap.vim"] path = vim/bundle/autoswap.vim url = https://github.com/vim-scripts/autoswap.vim.git +[submodule "vim/bundle/rust.vim"] + path = vim/bundle/rust.vim + url = https://github.com/wting/rust.vim.git diff --git a/README.md b/README.md index d78c0ee..ae88fce 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ * [lightline.vim](https://github.com/itchyny/lightline.vim) A light and configurable statusline/tabline for Vim. * [neocomplcache.vim](https://github.com/Shougo/neocomplcache.vim.git) The '*ultimate*' auto-completion system for Vim. * [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister.git) Replace text with the contents of a register (for paste+replace without writing over the buffer). +* [rust.vim](https://github.com/wting/rust.vim) Vim support for Rust file detection and syntax highlighting. * [SpellCheck](https://github.com/vim-scripts/SpellCheck.git) Provides a list of spelling mistakes in the bottom bar that can be clicked to find them in the document. * [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim.git) Read and write files without the necessary permissions through the use of sudo. * [syntastic](https://github.com/scrooloose/syntastic.git) Uses system compilers and parsers to check syntax either on-the-fly or after saving a compatible document. diff --git a/vim/bundle/rust.vim b/vim/bundle/rust.vim new file mode 160000 index 0000000..4b0d35a --- /dev/null +++ b/vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit 4b0d35a3087ece8236b483ecefbe59ed13e5946a