Skip to content

Commit

Permalink
Added auto-pairs, lightline-ale and comfortable-motion.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Jun 14, 2018
1 parent 66ece5a commit 523f1b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#--- Globals ----------------------------------------------
PLUGINS = """
auto-pairs https://github.com/jiangmiao/auto-pairs
ale https://github.com/w0rp/ale
vim-yankstack https://github.com/maxbrunsfeld/vim-yankstack
ack.vim https://github.com/mileszs/ack.vim
Expand Down Expand Up @@ -51,9 +52,11 @@
vim-flake8 https://github.com/nvie/vim-flake8
vim-pug https://github.com/digitaltoad/vim-pug
lightline.vim https://github.com/itchyny/lightline.vim
lightline-ale https://github.com/maximbaz/lightline-ale
vim-abolish https://github.com/tpope/tpope-vim-abolish
mru.vim https://github.com/vim-scripts/mru.vim
vim-markdown https://github.com/plasticboy/vim-markdown
comfortable-motion.vim https://github.com/yuttie/comfortable-motion.vim
""".strip()

GITHUB_ZIP = '%s/archive/master.zip'
Expand Down

0 comments on commit 523f1b6

Please sign in to comment.