Closed GordianDziwis closed 1 month ago
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?
@mrcjkb Is this config lazily evaluated on creation of a float?
No.
Feature description
I have a function for lsp-diagnostics, whihc place the diagnostic float in the lower left corner:
Because rusteceanvim does not show hints and info diagnostic levels, I have a function to fall back to lsp diagnostics in `ftplugin/rust.lua:
But now the diagnostic float placement is inconsistent between native diagnostics and rustaceanvim.
Can I modify the window placement for
RustLsp renderDiagnostic current
dynamically?