Skip to content

Commit

Permalink
Fix up Rust component loading
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Jun 24, 2016
1 parent ff611c3 commit 5aebb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc.symlink
Expand Up @@ -33,7 +33,7 @@ Plug 'nono/vim-handlebars'
Plug 'pangloss/vim-javascript'
Plug 'tpope/vim-haml'
Plug 'leafgarland/typescript-vim'
Plug 'wting/rust.vim', { 'for': 'rust' }
Plug 'wting/rust.vim'

" helpers
Plug 'AndrewRadev/splitjoin.vim'
Expand Down

0 comments on commit 5aebb28

Please sign in to comment.