dotfiles
dotfiles copied to clipboard
Pylint config makes the compiler run for all types of files
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.