On 2/01/2020 17:24, Eli Schwartz via arch-dev-public wrote:
On 1/2/20 11:12 AM, Jelle van der Waa wrote:
# Remove python2 support
* pycharm-community-edition - remove python2 support
Seems reasonable to not encourage people to use python2 in an IDE these days.
* vim - remove python2 support
Are there any stats on vim ecosystem plugins which use the python2 binding? Including non-packaged plugins?
You can safely remove python2 support from vim. The python2 support is only needed for vim plugins using python2, python2 can be perfectly linted by vim without python2-plugin support. *Most* plugins got forced to support both python2 and 3 when ubuntu default vim came without python2. So it should be fine and you can still install python2 from AUR or whatever to do the proper linting.