forked from mcmire/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.vim
More file actions
112 lines (105 loc) · 2.87 KB
/
plugins.vim
File metadata and controls
112 lines (105 loc) · 2.87 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
" Essential plugins
Plug '~/.config/nvim/plugged/vim-colors-solarized'
Plug 'AndrewRadev/splitjoin.vim'
Plug 'Konfekt/FastFold'
Plug 'Yggdroot/indentLine'
Plug 'andymass/vim-matchup'
Plug 'christoomey/vim-tmux-navigator'
Plug 'christoomey/vim-tmux-runner'
Plug 'eapache/auto-pairs'
Plug 'ervandew/supertab'
Plug 'gabebw/vim-spec-runner'
Plug 'jszakmeister/vim-togglecursor'
Plug 'kien/ctrlp.vim'
Plug 'mileszs/ack.vim'
Plug 'nelstrom/vim-textobj-rubyblock', { 'for': 'ruby' } | Plug 'kana/vim-textobj-user'
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'
Plug 'tmux-plugins/vim-tmux-focus-events'
Plug 'tpope/vim-endwise'
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'w0rp/ale'
" Language-specific plugins
Plug 'ElmCast/elm-vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'jtratner/vim-flavored-markdown'
Plug 'mitsuhiko/vim-json'
Plug 'mxw/vim-jsx'
Plug 'pangloss/vim-javascript'
Plug 'tpope/vim-rails'
Plug 'vim-ruby/vim-ruby'
Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install',
\ 'branch': 'release/1.x',
\ 'for': [
\ 'javascript',
\ 'typescript',
\ 'css',
\ 'less',
\ 'scss',
\ 'json',
\ 'graphql',
\ 'markdown',
\ 'vue',
\ 'lua',
\ 'php',
\ 'python',
\ 'ruby',
\ 'html',
\ 'swift' ] }
" Sometimes useful plugins
Plug 'godlygeek/tabular'
Plug 'SirVer/ultisnips'
"Plug 'ap/vim-css-color'
"Plug 'avakhov/vim-yaml'
"Plug 'briancollins/vim-jst'
"Plug 'cakebaker/scss-syntax.vim'
"Plug 'chr4/nginx.vim'
"Plug 'ciaranm/detectindent'
"Plug 'danchoi/ruby_bashrockets.vim'
"Plug 'digitaltoad/vim-pug'
"Plug 'djbender/vim-slim'
"Plug 'ds26gte/scmindent'
"Plug 'eagletmt/neco-ghc'
"Plug 'elixir-lang/vim-elixir'
"Plug 'eraserhd/parinfer-rust', {'do':
"\ 'cargo build --release'}
"Plug 'frankier/vim-eve'
"Plug 'gisraptor/vim-lilypond-integrator'
"Plug 'guns/vim-clojure-highlight'
"Plug 'guns/vim-clojure-static'
"Plug 'guns/vim-sexp'
"Plug 'hallison/vim-ruby-sinatra'
"Plug 'jparise/vim-graphql'
"Plug 'junegunn/goyo.vim'
"Plug 'junegunn/limelight.vim'
"Plug 'juvenn/mustache.vim'
"Plug 'kchmck/vim-coffee-script'
"Plug 'kien/rainbow_parentheses.vim'
"Plug 'leafgarland/typescript-vim'
"Plug 'marcweber/vim-addon-mw-utils'
"Plug 'mcmire/vim-grakn'
"Plug 'noah/vim256-color'
"Plug 'othree/html5-syntax.vim'
"Plug 'posva/vim-vue'
"Plug 'reasonml-editor/vim-reason-plus'
"Plug 'shime/vim-livedown'
"Plug 'timburgess/extempore.vim'
"Plug 'tomtom/tlib_vim'
"Plug 'tpope/vim-abolish'
"Plug 'tpope/vim-bundler'
"Plug 'tpope/vim-classpath'
"Plug 'tpope/vim-dispatch'
"Plug 'tpope/vim-fireplace'
"Plug 'tpope/vim-fugitive'
"Plug 'tpope/vim-git'
"Plug 'tpope/vim-haml'
"Plug 'tpope/vim-rbenv'
"Plug 'tpope/vim-sexp-mappings-for-regular-people'
"Plug 'vim-scripts/FormatBlock'
"Plug 'vim-scripts/IndentAnything'
"Plug 'vim-scripts/scribble.vim'
"Plug 'wlangstroth/vim-racket'
"Plug 'https://gist.github.com/369178.git' " less