hi: Add treesitter context
This commit is contained in:
parent
fa08e9a4ca
commit
0d24d49e1d
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue