1
0
mirror of https://github.com/amix/vimrc synced 2025-06-30 11:54:59 +08:00

Use syntastic instead of pyflakes (supports a ton of more languages)

This commit is contained in:
amix
2014-02-08 10:05:16 +00:00
parent 8265dca5d5
commit 497b5aa4fb
193 changed files with 11942 additions and 3531 deletions

View File

@ -35,12 +35,12 @@ vim-fugitive https://github.com/tpope/vim-fugitive
vim-airline https://github.com/bling/vim-airline
goyo.vim https://github.com/junegunn/goyo.vim
vim-zenroom2 https://github.com/amix/vim-zenroom2
pyflakes-pathogen https://github.com/mitechie/pyflakes-pathogen
syntastic https://github.com/scrooloose/syntastic
""".strip()
GITHUB_ZIP = '%s/archive/master.zip'
SOURCE_DIR = path.join( path.dirname(__file__), 'sources_non_forked' )
SOURCE_DIR = path.join(path.dirname(__file__), 'sources_non_forked')
def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):