lvimuser

Results 59 comments of 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: ![image](https://user-images.githubusercontent.com/7189118/239993694-d5cb49c5-35a9-49d0-9fe0-6f08519f0136.png)...

> 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,...

@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?