Skip to content

Commit

Permalink
fix: change border text for confirm to confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 6, 2022
1 parent 04e7d96 commit 4bbcec4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lua/noice/config/routes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ function M.defaults()
-- { event = "msg_show", find = "Found a swap file" },
},
},
opts = { format = { "{confirm}" }, size = "auto" },
opts = {
format = { "{confirm}" },
size = "auto",
border = {
text = {
top = " confirm ",
},
},
},
},
{
view = "split",
Expand Down

0 comments on commit 4bbcec4

Please sign in to comment.