Browse Source

add rust settings with cargo

raa0121 9 years ago
parent
commit
3ecea8aa79
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .vimrc

+ 10 - 0
.vimrc

@@ -196,6 +196,11 @@ call neobundle#config('J6uil.vim', {
   \                'unice_source' : ['J6uil/rooms', 'J6uil/members']},
   \ 'depends' : 'mattn/webapi-vim',
   \ })
+NeoBundle 'cespare/vim-toml'
+call neobundle#config ('vim-toml', {
+  \ 'lazy' : 1,
+  \ 'autoload' : { 'filetypes' : 'toml' }
+  \ })
 NeoBundle 'cohama/agit.vim'
 NeoBundle 'dag/vim2hs'
 call neobundle#config ('vim2hs', {
@@ -359,6 +364,11 @@ call neobundle#config('vim-crystal', {
   \ 'lazy' : 1,
   \ 'autoload' : { 'filetypes' : 'crystal' }
   \ })
+NeoBundle 'rust-lang/rust.vim'
+call neobundle#config('rust.vim', {
+  \ 'lazy' : 1,
+  \ 'autoload' : { 'filetypes' : 'rust' }
+  \ })
 NeoBundle 'ryutorion/vim-itunes'
 NeoBundle 'slim-template/vim-slim'
 NeoBundle 'stephpy/vim-php-cs-fixer'