Explorar el Código

Add rust syntax support

Thomas Dy hace 9 años
padre
commit
54909c8d61
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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()