blob: 932fc4a7bede13cc417e4b64911d41c205d11c16 (
plain) (
tree)
|
|
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'antoyo/vim-licenses'
Plugin 'editorconfig/editorconfig-vim'
Plugin 'vim-syntastic/syntastic'
Plugin 'keith/swift.vim'
Plugin 'rust-lang/rust.vim'
call vundle#end()
filetype plugin indent on
|