Replace Syntastic

This commit is contained in:
Kovid Goyal 2021-04-24 21:30:03 +05:30
parent 55246df4c9
commit 4a54f217df
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -135,7 +135,7 @@ def get_warnings():
def edit_file(path):
return subprocess.Popen([
'vim', '-c', 'SyntasticCheck', '-c', 'll', '-S', os.path.join(SRC, '../session.vim'), '-f', path
'vim', '-c', 'ALELint', '-c', 'ALEFirst', '-S', os.path.join(SRC, '../session.vim'), '-f', path
]).wait() == 0