rust-tools.nvim icon indicating copy to clipboard operation
rust-tools.nvim copied to clipboard

Breaking Changes

Open simrat39 opened this issue 3 years ago • 0 comments

Aug 7 2022

  • Major internal refactor.

  • Config changes:

    • tools.hover_with_actions --> Removed, use keybind in on_attach instead.
    • tools.autoSetHints --> tools.inlay_hints.auto
    • 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.

simrat39 avatar Aug 08 '22 23:08 simrat39