simrat39 / rust-tools.nvim

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

Adjustment hints support #301

Open GoldsteinE opened 1 year ago

GoldsteinE commented 1 year ago

rust-analyzer supports displaying “adjustment hints” for implicit events like reborrows and unsizes. Is it possible to get it working with rust-tools.nvim?