mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
cleanup(nvim)
Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
parent
a88a3f5fdf
commit
a5a6446dd1
10 changed files with 55 additions and 72 deletions
|
|
@ -11,5 +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 TreesitterContextBottom guibg=#EEEEEE gui=underline guisp=Grey"
|
||||
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