Browse Source

Add rust syntax support

Thomas Dy 9 years ago
parent
commit
54909c8d61
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -23,6 +23,10 @@ if executable('ansible')
   Plug 'pearofducks/ansible-vim'
 endif
 
+if executable('rustc')
+  Plug 'rust-lang/rust.vim'
+endif
+
 Plug 'trusktr/seti.vim'
 
 call plug#end()