Skip to content

Commit

Permalink
fixing hl
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan committed May 5, 2024
1 parent 2d1b69d commit 65f9d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/grug-far/render/help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ local function renderHelp(params, context)
end_row = 0,
end_col = 0,
virt_text = {
-- TODO (sbadragan): configure hl
{ "Apply Replace: <c-enter> | To Quickfix List: <c-q> | Help: g?", 'helpHeadline' }
{ "Apply Replace: <c-enter> | To Quickfix List: <c-q> | Help: g?", 'WarningMsg' }
},
virt_text_pos = 'overlay'
})
Expand Down

0 comments on commit 65f9d26

Please sign in to comment.