nvim_context_vt icon indicating copy to clipboard operation
nvim_context_vt copied to clipboard

Possible to show virtual text no matter where the cursor is?

Open willhansen opened this issue 1 year ago • 2 comments

As can be seen in the gif in the readme, the virtual text is only visible if the cursor is inside a scope block.

Is there an option to show it no matter where the cursor is?

Current behavior:

A {
<CURSOR IS HERE>
} --> A {

🡇

A {

} 
<CURSOR IS HERE>

Desired behavior:

A {
<CURSOR IS HERE>
} --> A {

🡇

A {

} --> A {
<CURSOR IS HERE>

willhansen avatar May 16 '24 14:05 willhansen