gui_running may not be set for neovim#288
Open
matthew-brett wants to merge 1 commit intovim-pandoc:masterfrom
Open
gui_running may not be set for neovim#288matthew-brett wants to merge 1 commit intovim-pandoc:masterfrom
matthew-brett wants to merge 1 commit intovim-pandoc:masterfrom
Conversation
See discussion of "gui_running" and neovim at neovim/neovim#3646 and related fix at junegunn/goyo.vim@8faad54 Without this fix, running Neovim in GUI mode via neovim-dot-app, I get messages of form: Color name or number not recognized: ctermfg=#b1d631
Member
|
I've been running Neovim in both GUI and terminal true color environments for years along with this plugin and haven't encountered this. Under what circumstances is this a problem? In other words how can I replicate the scenario this effects? |
Author
|
From the discussion linked, it looks like I'm running Neovim via https://github.com/rogual/neovim-dot-app with the mustang color scheme. But I get the same effect on one other colorscheme I tried. I don't know Vim colors very well, but I thought that it was always true that a |
nickcharlton
added a commit
to nickcharlton/dotfiles
that referenced
this pull request
Apr 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See discussion of "gui_running" and neovim at
neovim/neovim#3646 and related fix at
junegunn/goyo.vim@8faad54
Without this fix, running Neovim in GUI mode via neovim-dot-app, I get
messages of form:
Color name or number not recognized: ctermfg=#b1d631