Skip to content

Commit

Permalink
chore: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Sep 3, 2021
1 parent 00cacf4 commit 817eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/notify/service/buffer/highlights.lua
Expand Up @@ -21,7 +21,7 @@ function NotifyBufHighlights:new(level, buffer)
local function linked_group(section)
local orig = "Notify" .. level .. section
if vim.fn.hlID(orig) == 0 then
orig = "NotifyINFO"..section
orig = "NotifyINFO" .. section
end
local new = orig .. buffer
vim.cmd("hi link " .. new .. " " .. orig)
Expand Down

0 comments on commit 817eb97

Please sign in to comment.