fisadev / vim-isort

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

Added g:vim_isort_config_overrides #31

Closed qbedard closed 5 years ago

qbedard commented 5 years ago

This adds the ability to set g:vim_isort_config_overrides to a dict containing parameters that will override the default or configured parameters of isort. This is useful for those who want different options enabled when using isort from vim or who just don't want to maintain an isort config.

fisadev commented 5 years ago

Thanks for the work on this! and really sorry for the time this has been dead, personal things getting in the way of me contributing too much to OSS. Getting back to it :)

qbedard commented 5 years ago

👍