nvim: add rust plugin

This commit is contained in:
Charles Gould 2020-12-07 19:56:28 -05:00
parent 7bcdb3a07f
commit ccb7c5a6f2

View File

@ -13,6 +13,7 @@ Plug 'https://github.com/junegunn/fzf' " fuzzy finder
Plug 'https://github.com/junegunn/fzf.vim' " fuzzy finder for vim Plug 'https://github.com/junegunn/fzf.vim' " fuzzy finder for vim
Plug 'https://github.com/ntpeters/vim-better-whitespace' " highlights trailing whitespace, :StripWhitespace to remove Plug 'https://github.com/ntpeters/vim-better-whitespace' " highlights trailing whitespace, :StripWhitespace to remove
Plug 'https://github.com/PeterRincker/vim-searchlight' " highlight current search match differently Plug 'https://github.com/PeterRincker/vim-searchlight' " highlight current search match differently
Plug 'https://github.com/rust-lang/rust.vim' " syntax highlighting, formatting for rust
Plug 'https://github.com/tpope/vim-sensible' " defaults everyone can agree on Plug 'https://github.com/tpope/vim-sensible' " defaults everyone can agree on
Plug 'https://github.com/tpope/vim-sleuth' " heuristically set buffer options Plug 'https://github.com/tpope/vim-sleuth' " heuristically set buffer options
Plug 'https://github.com/vim-airline/vim-airline' " fancy statusline Plug 'https://github.com/vim-airline/vim-airline' " fancy statusline