Is this expected behavior? `vim.lsp.buf.rename()` limits the scope to cwd, apparently, and `inc-rename` does something else on top I guess (perhaps, collecting all references) upd: appears to happen only when `inccommand` is set to `split`
Is this expected behavior?
vim.lsp.buf.rename()limits the scope to cwd, apparently, andinc-renamedoes something else on top I guess (perhaps, collecting all references)upd: appears to happen only when
inccommandis set tosplit