-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.vimrc.plugins
More file actions
29 lines (26 loc) · 810 Bytes
/
.vimrc.plugins
File metadata and controls
29 lines (26 loc) · 810 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
29
Plug 'andymass/vim-matchup'
Plug 'blankname/vim-fish'
Plug 'derekwyatt/vim-scala'
Plug 'google/vim-searchindex'
Plug 'junegunn/gv.vim'
Plug 'kien/rainbow_parentheses.vim'
Plug 'pearofducks/ansible-vim', { 'do': './UltiSnips/generate.py' }
Plug 'plasticboy/vim-markdown'
Plug 'preservim/vim-lexical'
Plug 'timss/notes.vim'
Plug 'tmux-plugins/vim-tmux'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-speeddating'
Plug 'tpope/vim-unimpaired'
Plug 'unblevable/quick-scope'
Plug 'vim-scripts/AnsiEsc.vim'
" pip install grip
if executable('grip')
Plug 'jamshedvesuna/vim-markdown-preview'
endif
" installs jedi as a submodule automatically
if has('python') || has('python3')
Plug 'davidhalter/jedi-vim'
endif
Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
Plug 'junegunn/limelight.vim', { 'for': 'markdown' }