-
Notifications
You must be signed in to change notification settings - Fork 0
/
vundle.vim
30 lines (27 loc) · 850 Bytes
/
vundle.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'molokai'
Plugin 'solarized'
Plugin 'godlygeek/tabular'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-repeat'
Plugin 'scrooloose/nerdtree'
Plugin 'airblade/vim-gitgutter'
Plugin 'majutsushi/tagbar'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'junegunn/fzf'
Plugin 'plasticboy/vim-markdown'
Plugin 'editorconfig/editorconfig-vim'
Plugin 'elzr/vim-json'
Plugin 'junegunn/vim-easy-align'
Plugin 'vim-javascript'
"Plugin 'easymotion/vim-easymotion'
"Plugin 'Yggdroot/indentLine'
"Plugin 'NERD_tree-Project'
"Plugin 'minibufexpl.vim'
Plugin 'https://github.com/Lokaltog/powerline.git'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required