hi: Add treesitter context

This commit is contained in:
Daniel Lundin 2024-06-03 20:57:19 +02:00
parent fa08e9a4ca
commit 0d24d49e1d
No known key found for this signature in database

View file

@ -53,6 +53,8 @@ local theme = {
LineNr = { fg = c.dimmed, italic = true },
IndentLine = { fg = "#ffffff" },
IndentLineCurrent = { fg = c.dimmed },
TreesitterContext = { reverse = true },
TreesitterContextLineNumber = { bg = c.dimmed, reverse = true, italic = true },
}
vim.cmd("hi clear")