improv: moving in cwd with lsp renaming also writes all buffers
parent
3699e2aa58
commit
1e6855be88
|
|
@ -178,6 +178,7 @@ function M.moveToFolderInCwd()
|
|||
local msg = ("Moved %q to %q"):format(filename, destination)
|
||||
local append = lspSupportsRenaming and " and updated imports." or "."
|
||||
u.notify(msg .. append)
|
||||
if lspSupportsRenaming then vim.cmd.wall() end
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue