typo and changed grep text for w(ord)
This commit is contained in:
parent
3af369e397
commit
d5652f6685
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = " Find Text",
|
desc = " Find Text",
|
||||||
icon = " ",
|
icon = " ",
|
||||||
key = "g",
|
key = "w",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
action = function()
|
action = function()
|
||||||
|
|
|
@ -150,7 +150,7 @@ return {
|
||||||
keywords = {
|
keywords = {
|
||||||
NOTE = { icon = " ", color = "hint", alt = { "TIP" } },
|
NOTE = { icon = " ", color = "hint", alt = { "TIP" } },
|
||||||
INFO = { icon = " ", color = "info", alt = { "INFORMATION", "IMPORTANT" } },
|
INFO = { icon = " ", color = "info", alt = { "INFORMATION", "IMPORTANT" } },
|
||||||
ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTIOIN" } },
|
ERROR = { icon = " ", color = "error", alt = { "ERR", "CAUTION" } },
|
||||||
WARNING = { icon = " ", color = "warning", alt = { "WARN", "WHY" } },
|
WARNING = { icon = " ", color = "warning", alt = { "WARN", "WHY" } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue