Skip to content

color of the vertical "warning" bar of pyright with dayfox #441

Discussion options

You must be logged in to vote

I found out how to make it. The secret was SignColumn and it was not related to Nightfox.

Here is my portion of init.vim corresponding:

function! ShowDiagnostics()
	let diagnostics = CocAction('diagnosticList')
	if !empty(diagnostics)
		highlight SignColumn guibg=#00ff56
	endif
endfunction

autocmd BufWritePost *.py call ShowDiagnostics()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LaurentClaessens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant