|
|
|
@ -16,6 +16,7 @@ from os import path |
|
|
|
|
|
|
|
|
|
#--- 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 |
|
|
|
@ -51,9 +52,11 @@ gruvbox https://github.com/morhetz/gruvbox |
|
|
|
|
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' |
|
|
|
|