You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ability to have a separate commit action/keybinding rather than on save (autowrite or writeall sometimes makes a spurious save)
ability to directly create a replacer buffer from list of quickfix items without actually setting or opening the quickfix list (such as directly from telescope or from the callback for vim.lsp.buf.references)
dont/warn about the replace/rename if the buffer/region/file that the quickfix item used to refer to has changed.
The text was updated successfully, but these errors were encountered:
Hey 👋
Sorry for the delay. I added the functionality you asked for in 1) on 089aec6 . Can you give it a try?
For 2) I don't think I'll be able to do it. The current implementation is very coupled to using a quickfix window.
For 3) I believe it's already fixed. Can you try again?
vim.lsp.buf.references
)The text was updated successfully, but these errors were encountered: