jdevera/dotfiles

Pylint config makes the compiler run for all types of files

jdevera opened this issue · 0 comments

The Pylint plugin config for Vim makes it run pylint pylint on the currently open python file every time it is saved, however, if a different type of file is opened in the same session, its corresponding compiler is also called when saving.

The action must be limited to python files.