mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): better diagnostic color
Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
parent
16d8459de5
commit
e4795e4ccf
4 changed files with 46 additions and 51 deletions
|
|
@ -11,5 +11,3 @@ 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 TreesitterContextBottom guibg=#EEEEEE gui=underline guisp=Grey]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue