[nvim] feat: update packer icons during update

This commit is contained in:
David JULIEN 2022-11-10 20:42:38 +01:00
parent eebe0cbca5
commit f76d95e482
1 changed files with 6 additions and 6 deletions

View File

@ -22,12 +22,12 @@ end
packer.init({
display = {
working_sym = 'o', -- The symbol for a plugin being installed/updated
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
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)
header_sym = '', -- The symbol for the header line in packer's display
working_sym = '', -- The symbol for a plugin being installed/updated
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
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)
header_sym = ' ', -- The symbol for the header line in packer's display
},
})