-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.vim
More file actions
40 lines (40 loc) · 1.16 KB
/
plugins.vim
File metadata and controls
40 lines (40 loc) · 1.16 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
" Load plugins
call plug#begin('~/.config/nvim/plugged')
Plug 'ervandew/supertab'
Plug 'vim-scripts/VOoM'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'tpope/vim-git'
Plug 'tpope/vim-fugitive'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'nanotech/jellybeans.vim'
Plug 'ntpeters/vim-better-whitespace'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'vim-latex/vim-latex'
Plug 'tpope/vim-surround'
Plug 'godlygeek/tabular'
Plug 'rkitover/vimpager'
Plug 'Vimjas/vim-python-pep8-indent'
Plug 'djoshea/vim-autoread'
Plug 'preservim/nerdtree'
Plug 'kana/vim-textobj-line'
Plug 'kana/vim-textobj-user'
Plug 'dense-analysis/ale'
Plug 'pearofducks/ansible-vim'
Plug 'Shougo/deoplete.nvim', {'tag': '6.0'}
Plug 'deoplete-plugins/deoplete-jedi'
Plug 'heavenshell/vim-pydocstring'
Plug 'davidhalter/jedi-vim'
Plug 'Glench/Vim-Jinja2-Syntax'
Plug 'ciaranm/securemodelines'
Plug 'junegunn/gv.vim'
Plug 'msrose/vim-perpetuloc'
Plug 'terryma/vim-expand-region'
Plug 'carlitux/deoplete-ternjs'
Plug 'leafOfTree/vim-vue-plugin'
Plug 'tomtom/tcomment_vim'
Plug 'plasticboy/vim-markdown'
Plug 'jimf/vim-pep8-text-width'
Plug 'pignacio/vim-yapf-format'
Plug 'gu-fan/riv.vim'
call plug#end()