forked from mpilquist/vim-mpilquist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc
More file actions
64 lines (61 loc) · 1.72 KB
/
vimrc
File metadata and controls
64 lines (61 loc) · 1.72 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
set nocompatible
filetype on
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'altercation/vim-colors-solarized'
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-fugitive'
Bundle 'mpilquist/vim-scala'
Bundle 'tmhedberg/SimpylFold'
Bundle 'vim-scripts/indentpython.vim'
Bundle 'vim-syntastic/syntastic'
Bundle 'sjl/gundo.vim'
Bundle 'guns/vim-clojure-static'
Bundle 'ensime/ensime-vim'
Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/nerdtree'
Bundle 'sukima/xmledit'
Bundle 'leshill/vim-json'
Bundle 'Townk/vim-autoclose'
Bundle 'msanders/snipmate.vim'
Bundle 'mileszs/ack.vim'
Bundle 'gregsexton/gitv'
Bundle 'vim-scripts/copy-as-rtf'
Bundle 'vim-scripts/camelcasemotion'
Bundle 'kien/rainbow_parentheses.vim'
Bundle 'derekwyatt/vim-sbt'
Bundle 'majutsushi/tagbar'
Bundle 'gregsexton/Vomodoro'
Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-abolish'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-dispatch'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-rake'
Bundle 'tpope/vim-fireplace'
Bundle 'tpope/vim-classpath'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-vividchalk'
Plugin 'easymotion/vim-easymotion'
Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'
Plugin 'artur-shaik/vim-javacomplete2'
Bundle 'Valloric/YouCompleteMe'
Bundle 'fatih/vim-go'
Bundle 'cdadia/vim-cdadia'
Bundle 'mpilquist/vim-mpilquist'
Bundle 'nvie/vim-flake8'
Bundle 'tpope/vim-surround'
Bundle 'udalov/kotlin-vim'
Bundle 'junegunn/goyo.vim'
Bundle 'junegunn/limelight.vim'
Bundle 'solarnz/thrift.vim'
Bundle 'uarun/vim-protobuf'
Bundle 'gurpreetatwal/vim-avro'
Bundle 'itchyny/calendar.vim'
Plugin 'chrisbra/csv.vim'
filetype plugin indent on