vim: Add rust.vim
This commit is contained in:
parent
7d25c972e5
commit
d7e4345774
|
@ -99,6 +99,10 @@ autocmd FileType * call LC_maps()
|
|||
" Multi-entry selection UI
|
||||
Plug 'junegunn/fzf'
|
||||
|
||||
" Rust
|
||||
Plug 'rust-lang/rust.vim'
|
||||
let g:rustfmt_autosave = 1
|
||||
|
||||
" LaTeX helpers
|
||||
Plug 'lervag/vimtex'
|
||||
let g:tex_flavor='latex'
|
||||
|
|
Reference in a new issue