summaryrefslogblamecommitdiffstats
path: root/plugins.vim
blob: 3b3471db8d2be8f8957671d404a74f53ab554c1f (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'

call vundle#end()

filetype plugin indent on