Skip to content

Commit 58e5726

Browse files
committed
feat(git): show help on how to remove local changes
1 parent 92869d0 commit 58e5726

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/lazy/manage/task/git.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ M.status = {
181181
for _, line in ipairs(lines) do
182182
self.error = self.error .. " * " .. line .. "\n"
183183
end
184-
self.error = self.error .. "Please remove them to update."
184+
self.error = self.error .. "Please remove them to update.\n"
185+
self.error = self.error .. "You can also press `x` to remove the plugin and then `I` to install it again."
185186
end
186187
end
187188
end,

0 commit comments

Comments
 (0)