reconquest / vim-pythonx

Python libraries for making coding in vim easier
27 stars 6 forks source link

add sorting go imports by descending length #9

Closed kovetskiy closed 8 years ago

kovetskiy commented 8 years ago

I think it will good work for some troubles, when thirdparty packages named like stdlib (log, for example), also it will fix problem with syscall package (from time to time, vim-pythonx imports internal/syscall instead of syscall)

What you think about it?

seletskiy commented 8 years ago

I agree. Thx!