summaryrefslogtreecommitdiffstats
path: root/plugins.vim
blob: 94552fa59054a7c748b642595fcba67aeb116b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim

call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'arzg/vim-substrata'
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