fisadev / vim-isort

Vim plugin to sort python imports using https://github.com/timothycrosley/isort
MIT License
219 stars 32 forks source link

Support for isort 5 #37

Closed ziima closed 3 years ago

ziima commented 4 years ago

isort 5 no longer have SortImports function and thus vim-isort doesn't work.