We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c11b53 commit eb78dbeCopy full SHA for eb78dbe
1 file changed
syntax/leaninfo.lua
@@ -62,6 +62,7 @@ vim.api.nvim_set_hl(0, 'widgetSuggestion', { link = 'Title' })
62
syntax [[match widgetSuggestionSubgoals "^\s*.emaining subgoals:$"]]
63
vim.api.nvim_set_hl(0, 'widgetSuggestionSubgoals', { link = 'Statement' })
64
65
+vim.api.nvim_set_hl(0, 'widgetChangedText', { link = 'Visual' })
66
vim.api.nvim_set_hl(0, 'widgetLink', { link = 'Tag' })
67
vim.api.nvim_set_hl(0, 'widgetKbd', { link = 'String' })
68
vim.api.nvim_set_hl(0, 'widgetSelect', { link = 'Special' })
0 commit comments