-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.vim
More file actions
28 lines (28 loc) · 768 Bytes
/
Copy pathplugins.vim
File metadata and controls
28 lines (28 loc) · 768 Bytes
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
call plug#begin('~/.vim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'editorconfig/editorconfig-vim'
Plug 'itchyny/lightline.vim'
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'mattn/emmet-vim'
Plug 'scrooloose/nerdtree'
Plug 'terryma/vim-multiple-cursors'
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-surround'
Plug 'w0rp/ale'
Plug 'tpope/vim-fugitive'
Plug 'skywind3000/asyncrun.vim'
Plug 'vim-scripts/buffergrep'
Plug 'ap/vim-buftabline'
Plug 'majutsushi/tagbar'
Plug 'vim-scripts/LustyJuggler'
Plug 'rosenfeld/conque-term'
Plug 'kshenoy/vim-signature'
Plug 'bronson/vim-trailing-whitespace'
Plug 'fatih/vim-go'
Plug 'altercation/vim-colors-solarized'
Plug 'shougo/deoplete.nvim'
Plug 'vim-scripts/a.vim'
Plug 'epmatsw/ag.vim'
Plug 'klen/python-mode'
call plug#end()