-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvimrc
61 lines (57 loc) · 1.6 KB
/
vimrc
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
" Vim-Plug
"
call plug#begin('~/.vim/plugged')
Plug 'Shougo/deoplete.nvim'
Plug 'zchee/deoplete-go', { 'do': 'make'}
Plug 'ternjs/tern_for_vim', { 'do': 'npm install' }
Plug 'mileszs/ack.vim'
Plug 'rking/ag.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'tpope/vim-bundler'
Plug 'jvirtanen/vim-cocoapods'
Plug 'https://github.com/altercation/vim-colors-solarized.git'
Plug 'tomtom/tcomment_vim'
Plug 'kien/ctrlp.vim'
Plug 'xolox/vim-easytags'
Plug 'tpope/vim-endwise'
Plug 'tpope/vim-fugitive'
Plug 'fatih/vim-go'
Plug 'othree/html5.vim'
Plug 'claco/jasmine.vim'
Plug 'moll/vim-node'
Plug 'StanAngeloff/php.vim'
Plug 'tpope/vim-rails'
Plug 'hallison/vim-rdoc'
Plug 'hallison/vim-ruby-sinatra'
Plug 'mtth/scratch.vim'
Plug 'kana/vim-smartinput'
Plug 'tpope/vim-surround'
Plug 'keith/swift.vim'
Plug 'godlygeek/tabular'
Plug 'majutsushi/tagbar'
Plug 't-yuki/vim-go-coverlay'
Plug 'othree/javascript-libraries-syntax.vim'
Plug 'othree/jsdoc-syntax.vim'
Plug 'gavocanov/vim-js-indent'
Plug 'elzr/vim-json'
Plug 'mxw/vim-jsx'
Plug 'heavenshell/vim-jsdoc'
Plug 'othree/yajs.vim', { 'for': 'javascript' }
Plug 'xolox/vim-misc'
Plug 'itspriddle/vim-jquery'
Plug 'millermedeiros/vim-esformatter'
Plug 'scrooloose/nerdtree'
Plug 'Shougo/neosnippet-snippets'
Plug 'benekastah/neomake'
Plug 'benjie/neomake-local-eslint.vim'
Plug 'vim-scripts/mru.vim'
Plug 'easymotion/vim-easymotion'
Plug 'Shougo/neosnippet.vim'
Plug 'leafgarland/typescript-vim'
Plug 'vim-syntastic/syntastic'
call plug#end()
source $HOME/.vim/general.vimrc
source $HOME/.vim/plugins.vimrc
source $HOME/.vim/line.vimrc
source $HOME/.vim/keys.vimrc