fisadev / vim-isort

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

Plugin ignores ~/.isort.cfg #8

Closed do3cc closed 8 years ago

do3cc commented 8 years ago

The way Isort gets executed, preferences from ~/.isort.cfg are being ignored

do3cc commented 8 years ago

I was mistaken. Apparently the config file does not get reread on multiple invocations in a running vim.