Aleksandrs Stier
Aleksandrs Stier
@BIKA-C its assigned for the 0.6 milestone. You probably will have to wait a couple years more.
I would definitely use it.
I think nvr should behave by default like nvim.
The reason for this behavior is that the nvim setting `shortmess` is hardcoded and can be found here: https://github.com/mhinz/neovim-remote/blob/1ec7c6c76a66d8d381f54570d6fdd3079c190ba5/nvr/nvr.py#L99 If I remove all the shortmess-related code nvr behaves just as...
A workflow which I would like to have is being able to suspend nvim and opening another file via nvr in the suspended nvim-instance as usual. Currently nvr freezes if...
@EvanPurkhiser thx for the suggestion. `(nvr --nostart "$@" &)` basically does the trick. I think it still would be nice if this would work out of the box.
@andymass i would say dependig in which scope the cursor is located.
Given your example above I would expect the cursor to jump to the `else`. The last any-block would be treated like the close-block. Or another way to look at it...
> X11 is starting to have some seriously annoying limitations/shortcomings @Erothas Out of curiosity. Which limitations/shortcomings do you mean?
Would be great indeed.