fisadev / vim-isort

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

BugFix: ValueError #39

Closed CheloVek0116 closed 3 years ago

CheloVek0116 commented 3 years ago

Set the g: vim_isort_config_overrides parameter to vimrc and it crashed with the message: "ValueError: You can either specify custom configuration options using kwargs or passing in a Config object. Not Both!"

fisadev commented 3 years ago

Thanks for the fix! :)