mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update
This commit is contained in:
parent
e95f743eb8
commit
31193eb55a
2 changed files with 6 additions and 3 deletions
|
@ -30,8 +30,11 @@ local settings = {
|
|||
ui = {
|
||||
border = "none",
|
||||
icons = {
|
||||
package_installed = "◍",
|
||||
package_pending = "◍",
|
||||
-- package_installed = "◍",
|
||||
-- package_pending = "◍",
|
||||
-- package_uninstalled = "◍",
|
||||
package_pending = " ",
|
||||
package_installed = " ",
|
||||
package_uninstalled = "◍",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue