mirror of
https://github.com/taigrr/glaze.nvim.git
synced 2026-04-01 18:59:03 -07:00
update menu labels
This commit is contained in:
@@ -164,16 +164,16 @@ function M.render()
|
||||
text:append(" ", nil, { indent = 2 })
|
||||
text:append(" U ", "GlazeButtonActive"):append(" Update All ", "GlazeButton")
|
||||
text:append(" ")
|
||||
text:append(" u ", "GlazeButtonActive"):append(" Update ", "GlazeButton")
|
||||
text:append(" u ", "GlazeButtonActive"):append(" Update Selected ", "GlazeButton")
|
||||
text:append(" ")
|
||||
text:append(" I ", "GlazeButtonActive"):append(" Install All ", "GlazeButton")
|
||||
text:append(" ")
|
||||
text:append(" i ", "GlazeButtonActive"):append(" Install ", "GlazeButton")
|
||||
text:append(" i ", "GlazeButtonActive"):append(" Install Selected ", "GlazeButton")
|
||||
text:nl()
|
||||
text:append(" ", nil, { indent = 2 })
|
||||
text:append(" x ", "GlazeButtonActive"):append(" Abort ", "GlazeButton")
|
||||
text:append(" ")
|
||||
text:append(" ⏎ ", "GlazeButtonActive"):append(" Details ", "GlazeButton")
|
||||
text:append(" <enter> ", "GlazeButtonActive"):append(" Details ", "GlazeButton")
|
||||
text:append(" ")
|
||||
text:append(" q ", "GlazeButtonActive"):append(" Close ", "GlazeButton")
|
||||
text:nl():nl()
|
||||
|
||||
Reference in New Issue
Block a user