mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-21 19:32:31 -05:00
Remove colors for taglist
This commit is contained in:
parent
1a851c862b
commit
fcee67cb77
1 changed files with 0 additions and 3 deletions
|
@ -284,9 +284,6 @@ endfun
|
||||||
"ale
|
"ale
|
||||||
call s:C("ALEErrorSign",g:cRed,"","standout")
|
call s:C("ALEErrorSign",g:cRed,"","standout")
|
||||||
call s:C("ALEWarningSign",g:cYellow,"","standout")
|
call s:C("ALEWarningSign",g:cYellow,"","standout")
|
||||||
|
|
||||||
"taglist
|
|
||||||
hi! link TagListFileName Directory
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"TREESITTER: {{{
|
"TREESITTER: {{{
|
||||||
|
|
Loading…
Reference in a new issue