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

Adds Vim 8 terminal highlighting #126

Merged
merged 1 commit into from
Feb 2, 2019
Merged

Adds Vim 8 terminal highlighting #126

merged 1 commit into from
Feb 2, 2019

Conversation

c9rgreen
Copy link

@c9rgreen c9rgreen commented Jun 19, 2018

Resolves #125

@kooparse
Copy link
Contributor

kooparse commented Jul 3, 2018

I tried it, but it seems that the color don't really match the iTerm or the neovim one.

With Vim 8:
screen shot 2018-07-03 at 12 04 16 pm

On iTerm:
screen shot 2018-07-03 at 12 04 34 pm

But it is perhaps my config... :)

@c9rgreen
Copy link
Author

c9rgreen commented Jul 4, 2018

@kooparse Can you confirm that you were running Vim 8 in iTerm using the cg433n/nord-vim fork of nord-vim?

@kooparse
Copy link
Contributor

kooparse commented Jul 5, 2018

@cg433n Yes I can confirm that :)

vim 8.1 on the left and neovim on the right.
screen shot 2018-07-05 at 10 33 50 am

@delphinus
Copy link

In my env, Vim shows valid colors in terminal. Perhaps your vimrc makes a problem?

my reproducible way

  • iTerm2 Build 3.2.0beta6
  • MacVim 8.1-149
mkdir /tmp/nord-vim
cd /tmp/nord-vim
git clone https://github.com/cg433n/nord-vim
vim -N -u vimrc -i NONE

/tmp/nord-vim/vimrc

set runtimepath+=/tmp/nord-vim/nord-vim
colorscheme nord

@kooparse
Copy link
Contributor

It is my config, we should merge it then 👍

@c9rgreen
Copy link
Author

I've tested with Vim 8 and iTerm and Terminal.app. Everything looks Ok.

@arcticicestudio
Copy link
Contributor

@cg433n Thanks for this PR and also everyone else involved for the feedback 👍

The changes looking good to me, I'll do a quick test on the weekend and merge it to get the next release version out asap.

@jbadavis
Copy link

Hey @arcticicestudio, could this be merged?

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Jan 25, 2019

@jbadavis Sorry, this is one of the hundreds issues I've planned to review earlier, but sometimes real life keeps you busy. I'll set a reminder and will definitely do it this weekend.

Copy link
Contributor

@arcticicestudio arcticicestudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it with

  • Vim v8.1 on macOS (Homebrew) and v8.1.0751-1 on Arch Linux
  • NeoVim v0.3.4 on macOS (Homebrew) and Arch Linux
  • MacVim v8.1-153 on macOS (Homebrew)

using a clean config and everything looks fine.
I'll merge it and if there are any problems or incompatibilities please open a new issue.

colors/nord.vim Outdated Show resolved Hide resolved
@sivakov512
Copy link

Hey @arcticicestudio, could this be merged?

@arcticicestudio
Copy link
Contributor

@sivakov512 I've reviewed the PR and requested some changes. It'll be merged as soon as the PR author resolved them.

Copy link
Contributor

@arcticicestudio arcticicestudio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cg433n Thanks for updating, but I've never used the "Suggested Changes" feature of GitHub so I've messed it up 😆
Fixed it again and force-pushed to merge.

Thanks again for your contribution 🚀

@arcticicestudio
Copy link
Contributor

When using vim-plug the latest changes can be used by defining the develop branch as plugin origin.

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

Successfully merging this pull request may close these issues.

Add Vim 8 terminal highlighting
6 participants