mirror of https://github.com/folke/lazy.nvim.git
feat(git): show help on how to remove local changes
This commit is contained in:
parent
92869d0928
commit
58e5726592
|
@ -181,7 +181,8 @@ M.status = {
|
||||||
for _, line in ipairs(lines) do
|
for _, line in ipairs(lines) do
|
||||||
self.error = self.error .. " * " .. line .. "\n"
|
self.error = self.error .. " * " .. line .. "\n"
|
||||||
end
|
end
|
||||||
self.error = self.error .. "Please remove them to update."
|
self.error = self.error .. "Please remove them to update.\n"
|
||||||
|
self.error = self.error .. "You can also press `x` to remove the plugin and then `I` to install it again."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue