tools.inlay_hints.only_current_line_autocmd --> Removed, new inlay hints mitigates the performance issues we had before, so need for this.
tools.inlay_hints.show_variable_names --> Removed
InlayHints API Changes
Dec 8 2021
No longer requires/uses telescope for RustRunnables/RustDebuggables.
Now uses vim.ui.select for choosing the options, try telescope-ui-select.nvim or popui.nvim for pretty interfaces.
Aug 7 2022
Major internal refactor.
Config changes:
InlayHints API Changes
Dec 8 2021
No longer requires/uses telescope for RustRunnables/RustDebuggables. Now uses
vim.ui.select
for choosing the options, try telescope-ui-select.nvim or popui.nvim for pretty interfaces.