We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
:version
If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
ALEWarning & ALEInfo don't seem to be cleared properly initially.
ALEWarning
ALEInfo
:verbose hi ALEWarning ALEWarning xxx links to SpellCap Last set from ~/.dotfiles/vim/.vim/plugged/ale/autoload/ale/highlight.vim line 14
:verbose hi ALEInfo ALEInfo xxx links to ALEWarning Last set from ~/.dotfiles/vim/.vim/plugged/ale/autoload/ale/highlight.vim line 22
Once a file is opened and all plugins have loaded, if I source $MYVIMRC again, highlights are fixed:
source $MYVIMRC
:verbose hi ALEWarning ALEWarning xxx cleared Press ENTER or type command to continue
:verbose hi ALEInfo ALEInfo xxx cleared Press ENTER or type command to continue
set nocp call plug#begin('~/.vim/plugged') Plug 'https://github.com/dense-analysis/ale' Plug 'https://github.com/cocopon/iceberg.vim' call plug#end() filetype plugin indent on set termguicolors colo iceberg
At first open:
After source .vimrc:
source .vimrc
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment:
:version
): VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 28 2020 12:55:00)If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)Problem
ALEWarning
&ALEInfo
don't seem to be cleared properly initially.Once a file is opened and all plugins have loaded, if I
source $MYVIMRC
again, highlights are fixed:Steps
Screenshots
At first open:
After
source .vimrc
:The text was updated successfully, but these errors were encountered: