summaryrefslogblamecommitdiffstats
path: root/plugins.vim
blob: afea5934bacc4915eb7a1d158490d178e90c7a04 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                 
                            


                                      




                         
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