Merge pull request #1087 from duleorlovic/master
Add example for changing highlight color
This commit is contained in:
commit
3cbf716d72
@ -392,8 +392,13 @@ let g:ale_set_highlights = 0
|
|||||||
```
|
```
|
||||||
|
|
||||||
You can control all of the highlights ALE uses, say if you are using a different
|
You can control all of the highlights ALE uses, say if you are using a different
|
||||||
color scheme which produces ugly highlights. See `:help ale-highlights` for more
|
color scheme which produces ugly highlights. For example:
|
||||||
information.
|
|
||||||
|
```vim
|
||||||
|
highlight ALEWarning ctermbg=DarkMagenta
|
||||||
|
```
|
||||||
|
|
||||||
|
See `:help ale-highlights` for more information.
|
||||||
|
|
||||||
<a name="faq-statusline"></a>
|
<a name="faq-statusline"></a>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user