We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VimwikiHeader
1 parent c2dde8d commit 24dd5a2Copy full SHA for 24dd5a2
lua/tokyonight/groups/vimwiki.lua
@@ -1,6 +1,6 @@
1
local M = {}
2
3
-M.url = "https://github.com/lukas-reineke/headlines.nvim"
+M.url = "https://github.com/vimwiki/vimwiki"
4
5
---@type tokyonight.HighlightsFn
6
function M.get(c, opts)
@@ -14,7 +14,7 @@ function M.get(c, opts)
14
VimwikiMarkers = { fg = c.blue, bg = c.none },
15
}
16
for i, color in ipairs(c.rainbow) do
17
- ret["VimwikiHeaer" .. i] = { fg = color, bg = c.none, bold = true }
+ ret["VimwikiHeader" .. i] = { fg = color, bg = c.none, bold = true }
18
end
19
return ret
20
0 commit comments