Marc Jakobi

Results 334 comments of Marc Jakobi

Blocked by https://github.com/cachix/git-hooks.nix/issues/648

> I am not sure when it is appropriate to check cargoArgs vs cargoExtraArgs. The latter seems deprecated but not sure Yep, `cargoExtraArgs` is deprecated. No need to check it.

Hey :wave: I will gladly look into picking this up. However, it looks like it will take some time, as there may be things that need to be ironed out...

@JeanMertz yep, thanks. We have been discussing this in https://github.com/L3MON4D3/LuaSnip/issues/235#issuecomment-2154711508

Hey 👋 You can configure rustaceanvim's floating windows with `vim.g.rustaceanvim.tools.float_win_config`. See `:h rustaceanvim.config`. If that doesn't provide what you're looking for, PRs are welcome 😀.

> @mrcjkb Is this config lazily evaluated on creation of a float? No.

As of now, the only way to do that would be by overriding `vim.lsp.util.open_floating_preview`, I suppose.

No, but you could override it globally and change the behaviour based on the `focus_id`, which is `'rust-analyzer-hover-actions'`. It's a hacky solution, but it should work.

@xzbdmw it's blocked by https://github.com/L3MON4D3/LuaSnip/issues/235

> For what I understand, Is it expected to wait until [rust-lang/rust-analyzer#16604](https://github.com/rust-lang/rust-analyzer/issues/16604)? Yes.