We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4922c2 commit 9f60872Copy full SHA for 9f60872
nvim/lua/dko/heirline/winbar.lua
@@ -1,5 +1,5 @@
1
local smallcaps = require("dko.utils.string").smallcaps
2
-local hl = require("dko.heirline.utils").hl
+local dkohl = require("dko.heirline.utils").hl
3
4
local hidden_filetypes = vim.tbl_extend("keep", {
5
"markdown",
@@ -20,7 +20,7 @@ return {
20
or smallcaps(vim.bo.filetype, { numbers = false })
21
end,
22
hl = function()
23
- return hl()
+ return dkohl()
24
25
require("dko.heirline.winbar-filetype"),
26
require("dko.heirline.winbar-filename"),
0 commit comments