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:
@ -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):
|
||||
|
Reference in New Issue
Block a user