Open DXist opened 7 years ago
+1
I absolutely agree with you, and I'd like the developers to at least check the version of $(which python)
or which python $(which isort)
uses.
I use Anaconda3 and $(which python)
is the version 3, but this plugin won't use any Pythons other than /usr/bin/python2
(/usr/bin/python
), which is not referred to by $(which python)
when Anaconda is activated.
I think it's time to check for python3 support before python2 (Python 2 support end of life is 2020, see https://www.python.org/dev/peps/pep-0373/).
It will be easier to start new Python3 projects without extra vim-isort configuration.
At the moment I use Neovim and have both Python2 and Python3 available. I find setting
g:vim_isort_python_version
in project level nvimrc cumbersome.