mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): TODO comments background color
Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
parent
7b2fb46cea
commit
be16b3e9f7
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue