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

call vundle#end()

filetype plugin indent on