pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

Remove foldcolumn, signcolumn, and relative number #61

Closed khalidchawtany closed 3 years ago

khalidchawtany commented 4 years ago

This PR turns off relative numbers as setting nonumber is not enough when the user has relativenumber enabled.

It also remove foldcolumn and sign column.

pechorin commented 3 years ago

Thanks for pull request, sorry for late answer. I think this functionality now covered by this https://github.com/pechorin/any-jump.vim/pull/67