[nvim] feat: update packer icons during update
This commit is contained in:
parent
eebe0cbca5
commit
f76d95e482
@ -22,9 +22,9 @@ end
|
|||||||
|
|
||||||
packer.init({
|
packer.init({
|
||||||
display = {
|
display = {
|
||||||
working_sym = 'o', -- The symbol for a plugin being installed/updated
|
working_sym = ' ', -- The symbol for a plugin being installed/updated
|
||||||
error_sym = '', -- The symbol for a plugin with an error in installation/updating
|
error_sym = ' ', -- The symbol for a plugin with an error in installation/updating
|
||||||
done_sym = '✓', -- The symbol for a plugin which has completed installation/updating
|
done_sym = ' ', -- The symbol for a plugin which has completed installation/updating
|
||||||
removed_sym = '- ', -- The symbol for an unused plugin which was removed
|
removed_sym = '- ', -- The symbol for an unused plugin which was removed
|
||||||
moved_sym = '→ ', -- The symbol for a plugin which was moved (e.g. from opt to start)
|
moved_sym = '→ ', -- The symbol for a plugin which was moved (e.g. from opt to start)
|
||||||
header_sym = '━ ', -- The symbol for the header line in packer's display
|
header_sym = '━ ', -- The symbol for the header line in packer's display
|
||||||
|
Reference in New Issue
Block a user