ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

ui: hide cursor in calltree.nvim windows #57

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit adds an au which hides the cursor when entering a calltree.nvim window and unhides it when exiting.

this is driven by the "hide_cursor" option which defaults to false.

Signed-off-by: ldelossa louis.delos@gmail.com