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
The red bar from set colorcolumn=80 is somewhat distracting and does not fit with the airline theme.
set colorcolumn=80
I propose implementing a soft and hard line wrap using a gray color scale color as an alternative.
let &colorcolumn=join(range(81,999),",") highlight ColorColumn ctermbf=235 guibg=#2c2d27 let &colorcolumn="80,".join(range(120,999),",")
let &colorcolumn=join(range(81,999),",")
highlight ColorColumn ctermbf=235 guibg=#2c2d27
let &colorcolumn="80,".join(range(120,999),",")
The text was updated successfully, but these errors were encountered:
*ctermbg :) thanks!
Sorry, something went wrong.
No branches or pull requests
The red bar from
set colorcolumn=80
is somewhat distracting and does not fit with the airline theme.I propose implementing a soft and hard line wrap using a gray color scale color as an alternative.
let &colorcolumn=join(range(81,999),",")
highlight ColorColumn ctermbf=235 guibg=#2c2d27
let &colorcolumn="80,".join(range(120,999),",")
The text was updated successfully, but these errors were encountered: