Skip to content

Commit

Permalink
fix(autocmds): icons path
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jan 27, 2023
1 parent 8b987ce commit 40fc776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if vim.fn.has('nvim-0.8') == 1 then

if vim.bo.filetype == 'GitBlame' then
local hl_group = "EcovimSecondary"
vim.opt_local.winbar = " " .. "%#" .. hl_group .. "#" .. require('icons').git .. "Blame" .. "%*"
vim.opt_local.winbar = " " .. "%#" .. hl_group .. "#" .. require('utils.icons').git .. "Blame" .. "%*"
return
end

Expand Down

0 comments on commit 40fc776

Please sign in to comment.