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

Debugger: optional highlighting #2025

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

phux
Copy link

@phux phux commented Oct 17, 2018

The default highlighting of GoDebugCurrent makes the current line unreadable with my color scheme.
Overriding it in my init.vim or ftplugin/go.vim did not work.

PR introduces an option to skip the highlighting in syntax/go.vim, so one can specify their preferred colors in their configuration via let g:go_debug_default_highlighting = 0.

@bhcleek bhcleek merged commit c4fc911 into fatih:master Oct 17, 2018
bhcleek added a commit that referenced this pull request Oct 17, 2018
@bhcleek
Copy link
Collaborator

bhcleek commented Oct 17, 2018

Thanks. I made a few adjustments and merged your change.

@arp242
Copy link
Contributor

arp242 commented Oct 18, 2018

Are you sure this can't be overridden from an autocmd? e.g. the colorscheme one?

bhcleek added a commit that referenced this pull request Oct 21, 2018
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

Successfully merging this pull request may close these issues.

3 participants