fix(nvim): TODO comments background color

Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
Léana 江 2023-03-08 23:26:24 +01:00 committed by Chiang Léana
parent 7b2fb46cea
commit be16b3e9f7
2 changed files with 3 additions and 2 deletions

View file

@ -11,4 +11,5 @@ require "treesitter-context".setup({
separator = nil,
zindex = 20, -- The Z-index of the context window
})
vim.cmd "autocmd! BufWinEnter * highlight TreesitterContext guibg=#EEEEEE"
vim.cmd "autocmd BufWinEnter * highlight TreesitterContext guibg=#EEEEEE"
vim.cmd "autocmd BufWinEnter * highlight TreesitterContextBottom guibg=#EEEEEE gui=underline guisp=Grey"