Skip to content

Commit 9f60872

Browse files
fn
1 parent a4922c2 commit 9f60872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvim/lua/dko/heirline/winbar.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local smallcaps = require("dko.utils.string").smallcaps
2-
local hl = require("dko.heirline.utils").hl
2+
local dkohl = require("dko.heirline.utils").hl
33

44
local hidden_filetypes = vim.tbl_extend("keep", {
55
"markdown",
@@ -20,7 +20,7 @@ return {
2020
or smallcaps(vim.bo.filetype, { numbers = false })
2121
end,
2222
hl = function()
23-
return hl()
23+
return dkohl()
2424
end,
2525
require("dko.heirline.winbar-filetype"),
2626
require("dko.heirline.winbar-filename"),

0 commit comments

Comments
 (0)