pechorin / any-jump.vim

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

Need a way to disable line number from the results window #21

Closed ronakg closed 4 years ago

ronakg commented 4 years ago

See the screenshot. I want to disable line numbers from the results window.

Screen Shot 2020-03-05 at 4 32 45 PM
crivotz commented 4 years ago

Same issue, already tried with et g:any_jump_list_numbers = 0 but without success

pechorin commented 4 years ago

Thanks for report, will fix it very soon.

pechorin commented 4 years ago

Fixed in https://github.com/pechorin/any-jump.vim/commit/bda6d753e553aa54c0f130e7ab0b55ae9dc2692e

pechorin commented 4 years ago

Please update plugins :)

ronakg commented 4 years ago

Thanks for the line number fix. The sign column is still showing up. Can you disable that as well for the results window?