Olivier Roques

Results 20 comments of Olivier Roques

It seems targets.vim uses visual mode to set the text objects. So if you set `on_visual` to `true` you should get the highlights back.

Hello! I read that in the config of Zelliji: ``` # Provide a command to execute when copying text. The text will be piped to # the stdin of the...

So I've tried using the sequence from your link but it does not work. I suspect that Zelliji does not forward escape sequence from applications yet. There is a related...

Yes it can stay open. I don't think any change will be necessary but we'll see.

Hello, I'm one of the maintainers of the Scaleway provider. The change you request would be a breaking change: it would require to change the type of fields `region` and...

I see. We cannot update the type of the `region` and `projectID` arguments since it would break things. We could add new arguments like `projectIDfromSecret` but it would complexify the...

It seems this is linked to this issue: https://github.com/neovim/neovim/issues/8450. I've added one of the workaround suggested there and it works now. Edit: It seems this project is inactive at the...

I have developed a Neovim plugin in Lua that makes the LSP client use FZF: [nvim-lspfuzzy](https://github.com/ojroques/nvim-lspfuzzy). If you're interested only in the part where I integrate FZF, here are the...

This sounds like `mosh` does not support OSC52 indeed. This issue may be related: https://github.com/mobile-shell/mosh/issues/637. Try using this PR maybe: https://github.com/mobile-shell/mosh/pull/1054