relastle / vim-nayvy

:new_moon: Enriching python coding in Vim :snake:
MIT License
66 stars 4 forks source link

Order of imports #4

Closed relastle closed 4 years ago

relastle commented 4 years ago

Organize import statements when executing NayvyImport*.

If implemented, no need to execute isort in a common use.

relastle commented 4 years ago

This problem is hard to resolve. Because even pylint and isort, which are highly major python linting or fixing tools, are conflicting to each other.

I think implementing some logics related to import order explicitly in this project will make the problem more bigger.

I recommend you to choose your favorite linting or fixing tools 😄