simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 159 forks source link

Feature Request: Align hints on longest line in view #337

Open traxys opened 1 year ago

traxys commented 1 year ago

It could be usefull to align the inlay hints to the longest line in the current view and not to the longest line in a file (which is likely to be around 100 characters).

I don't know much about neovim internals so I don't know if a feature like this is realistic.