I am editing a python script on a remote server. I opened it in VIM by
e scp://username@hostname//home/username/path/to/file.py
but when I pressed \<F7>, I got the following error:
scp://username@hostname//home/username/path/to/file.py|| E902 FileNotFoundError: [Errno 2] No such file or directory: 'scp://username@hostname//home/username/path/to/file.py'
I don't think flake8 is capable of opening files remotely, and all this plugin does is send the filename of the buffer to flake8 and return its results.
Hello,
I am editing a python script on a remote server. I opened it in VIM by
but when I pressed \<F7>, I got the following error: