Browse Source

Add rust syntax support

Thomas Dy 9 năm trước cách đây
mục cha
commit
54909c8d61
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()