I'd like to disable the pylint plugin for a single file in vim. I don't want to permanently disable pylint for the file, which is what adding a comment blocking pylint would do.
The problem is that every time I save with :w
, there is a ~5 second lag before I am able to edit the file again. As far as I can tell, pylint is causing this lag.