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

Added support for truecolor Neovim and for the Neovim terminal #329

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sp5
Copy link

@sp5 sp5 commented Sep 26, 2015

I replaced several calls to has('gui_running') with a function to check if we're running in Neovim and, if so, check if it can use truecolor.

The colors for Neovim's :terminal were matched up to the ones for gnome-terminal

Also added color bindings for the Neovim terminal, based on the
gnome-terminal bindings.

Closes altercation#293. You'll need to set the env var $NVIM_TUI_ENABLE_TRUECOLOR to
1
@rawaludin
Copy link

This should be merged.

@SuperBo
Copy link

SuperBo commented Mar 27, 2016

This absolutely should be merged!

mcmire added a commit to mcmire/vimfiles that referenced this pull request Apr 12, 2018
The Solarized color scheme for Vim doesn't use RGB colors in the
terminal, only in MacVim/gVim. However, iTerm supports RGB colors.

There's an open pull request that turns this on[1], but it hasn't been
merged in. Instead of pulling this plugin from GitHub, simply vendor it.

[1]: altercation/solarized#329
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.

None yet

3 participants