Compare commits

..

No commits in common. "753617315011697f100a0e775a7d8fb5f391f74c" and "de0e52f0db22e6edab8d59707357ca387a9fe61f" have entirely different histories.

View File

@ -31,13 +31,11 @@ local kanagawa = {
vim.cmd.highlight('WinSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
vim.cmd.highlight('MsgSeparator', 'guifg=' .. dragon.ui.bg_m3, 'guibg=' .. dragon.ui.bg_m3)
vim.cmd.highlight('TreesitterContext', 'guibg=' .. dragon.ui.bg_gutter)
vim.cmd.highligh('TreesitterContext', 'guibg=' .. dragon.ui.bg_gutter)
-- Don't lighlight TODO specially in comments
for _, todo_group in pairs({
'confTodo',
'ps1CommentTodo',
'zshTodo',
'zshTodo', 'ps1CommentTodo',
}) do
vim.cmd.highlight('link ' .. todo_group .. ' Comment')
end