Skip to content
New issue

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

Error detected <SNR>27 after updating Plugins today #141

Closed
andrewpritchett opened this issue Oct 16, 2019 · 1 comment
Closed

Error detected <SNR>27 after updating Plugins today #141

andrewpritchett opened this issue Oct 16, 2019 · 1 comment

Comments

@andrewpritchett
Copy link

Error detected while processing function 27_IndentGuidesEnable[1]..indent_guides#enable[8]..indent_guides#init_script_vars[7]..indent_guides#capture_highlight:
line 2:
E411: highlight group not found: Normal

Installed and updated via Vundle
VIM version 8.0.1365
MacOS 10.14.6

@nathanaelkane
Copy link
Collaborator

Sounds like you're not using a colorscheme, or your colorscheme isn't defining colours for the Normal highlight group.

Try using a different colorscheme, or manually defining the indent guide colours:

let g:indent_guides_auto_colors = 0
hi IndentGuidesOdd  guibg=red   ctermbg=3
hi IndentGuidesEven guibg=green ctermbg=4

Please re-open if this is not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants