mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added full support for the rust language
This commit is contained in:
parent
29400117d1
commit
4ebc812d5e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -97,3 +97,6 @@
|
||||||
[submodule "vim/bundle/autoswap.vim"]
|
[submodule "vim/bundle/autoswap.vim"]
|
||||||
path = vim/bundle/autoswap.vim
|
path = vim/bundle/autoswap.vim
|
||||||
url = https://github.com/vim-scripts/autoswap.vim.git
|
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
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
* [lightline.vim](https://github.com/itchyny/lightline.vim) A light and configurable statusline/tabline for Vim.
|
* [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.
|
* [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).
|
* [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.
|
* [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.
|
* [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.
|
* [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.
|
||||||
|
|
1
vim/bundle/rust.vim
Submodule
1
vim/bundle/rust.vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4b0d35a3087ece8236b483ecefbe59ed13e5946a
|
Loading…
Reference in a new issue