lvimuser
lvimuser
> 1. One thing is that inlay hints does not render on the first line of the buffer: I've pushed a commit, could you try it out? > 3. Don't...
> Seems to work very fine. An edge case seems to be when the inlay hints are racing with LSP semantic token highlighting. If the inlay hints resolve first: ...
> If you didn't know, you could use the `right_gravity` option when placing virtual text. This would, if `right_gravity` was set to false, when inserting, place the inserted text to...
@ rust-analyzer. Does it happen only on the first buffer, or on each new buffer?
> Using anticonceal branch on nightly (NVIM v0.10.0-dev-411+g9dd48f783), rust-analyzer inlay hints don't seem to work until rust-analyzer is stopped and started again. You're creating the autocommand after the LspAttach event,...
closing in favor of #46
@GitMurf @JustLinuxUser see https://github.com/lvimuser/lsp-inlayhints.nvim. disclaimer: not maintained, core implementation is better/cleaner
I haven't, no. You may look into the `left_gravity` option or perhaps avoid `virt_text_win_col`.
Sorry, I don't have plans for this atm. Could you provide some example repos?