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

call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'

call vundle#end()

filetype plugin indent on