RishabhRD / nvim-lsputils

Better defaults for nvim-lsp actions
456 stars 19 forks source link

Simpler close of reference handler window #7

Closed kaddkaka closed 4 years ago

kaddkaka commented 4 years ago

Would it be possible to change the reference window to close immediately on q? (like :Gblame window)

RishabhRD commented 4 years ago

Yes it would be. For the time being it closes if you press \<Esc> but even I felt this would be convenient. Maybe I would add it in some hours today itself.

RishabhRD commented 4 years ago

enhancement pushed in master! Closing now :-)

RishabhRD commented 4 years ago

I just realised you are asking in promgrammatic way I guess. If so, yes we are working.

RishabhRD commented 4 years ago

a0450e3312fc943afb0394481400ac7010e9f3e2 provides custom keymap features. It is now merged in master. You can reference readme to get more about it. Thanks for reporting :-)