pechorin / any-jump.vim

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

Add border to neovim floating window. #74

Closed kristijanhusak closed 3 years ago

kristijanhusak commented 4 years ago

This adds support for borders for neovim floating window. Also fixes part of https://github.com/pechorin/any-jump.vim/issues/27.

pechorin commented 3 years ago

Please provide screenshot for such big improvment, also where should be way to configure borders

kristijanhusak commented 3 years ago

Here's a screenshot: screenshot

And I made it configurable:

" top left corner, top right corner, bottom left corner, bottom right corner, top/bottom, left/right
let g:any_jump_neovim_border = ['╭', '╮','╰', '╯', '─', '│']
geodimm commented 3 years ago

Hi @pechorin,

Awesome project! Have you considered merging this feature in the near future? 🙏🏼

numbcoder commented 3 years ago

ping @pechorin

pechorin commented 3 years ago

I think this possible if this will be option (and not enabled by default). You can rework this, or wait for me :)

kristijanhusak commented 3 years ago

This is not applicable any more because neovim has built in borders now. It should be much simpler to add it. I'll let someone else take care of that.