Peter Morgenstern

Results 33 comments of Peter Morgenstern

Yes, having a config option for this would be awesome as long as it is not implemented.

Thanks @mwinckler for mentioning this! Yes, this can be closed. CC @jesseduffield

@sbulav what do you think about this addition?

You need to check the content type for your request. I had the same issue and my problem was that the content type was `application/vnd.api+json` from JSON API and so...

Yeah would be really nice if this got merged. What's the blocker on this?

So the problem we're facing with a nicer visual range support is that it seems that Telescope does not support ranges. This means we can't allow a range mapping like...

I haven't checked out the fzf part.

https://github.com/gbprod/yanky.nvim is possible to work around this limitation by using Telescope just as a picker so it has it's own command set up with a range and then accesses Telescope...

So the first problem is that I used a mapping of `:Telescope Telescope neoclip` which results in the problem of "No visual range allowed". If I map `Telescope neoclip`, it...

According to [this comment](https://www.reddit.com/r/neovim/comments/p8wtmn/comment/h9ty0s2), it might not be possible in neoclip at all, but needs to be handled outside of neoclip. The problem is that you loose the visual selection...