simrat39 / rust-tools.nvim

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

fix: ssr request #413

Open Xuyuanp opened 1 year ago

Xuyuanp commented 1 year ago

The PR has done two things:

  1. Fixed the issue where calling applly_workspace_edit failed in the SSR handler.
  2. Fixed the issue where the ssr function became ineffective when vim.ui.input was replaced by dressing or other plugins.