We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92869d0 commit 58e5726Copy full SHA for 58e5726
lua/lazy/manage/task/git.lua
@@ -181,7 +181,8 @@ M.status = {
181
for _, line in ipairs(lines) do
182
self.error = self.error .. " * " .. line .. "\n"
183
end
184
- self.error = self.error .. "Please remove them to update."
+ 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."
186
187
188
end,
0 commit comments