nvim_context_vt
nvim_context_vt copied to clipboard
Possible to show virtual text no matter where the cursor is?
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>