summaryrefslogtreecommitdiffstats
path: root/plugins.vim
blob: 932fc4a7bede13cc417e4b64911d41c205d11c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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