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

MacVim Colorscheme fails to load #9

Closed
tombell opened this issue Aug 22, 2016 · 8 comments
Closed

MacVim Colorscheme fails to load #9

tombell opened this issue Aug 22, 2016 · 8 comments

Comments

@tombell
Copy link

tombell commented Aug 22, 2016

I am trying to use tender in MacVim, I've set colorscheme tender in my .vimrc, however when opening MacVim the color scheme isn't applied, however when do the command :colorscheme tender it works fine.

@jacoborus
Copy link
Owner

It looks like something is overwriting the colorscheme or the color config. Moving the :colorscheme tender line to the bottom of the .vimrc does help?

@tombell
Copy link
Author

tombell commented Aug 23, 2016

I tried that and it still fails to load. This is the only color scheme I've found where this happens.

@tombell
Copy link
Author

tombell commented Aug 23, 2016

I managed to fix this by setting let macvim_skip_colorscheme=1 in .vimrc.

@tombell tombell closed this as completed Aug 23, 2016
@jacoborus
Copy link
Owner

Nice! I will add that line to the readme file

@tombell
Copy link
Author

tombell commented Aug 23, 2016

It seemed to be loading the colorscheme from gvimrc which I don't use, but creating a .gvimrc with the colorscheme in worked. Don't know why it was only with this color scheme. Either way love this color scheme :)

jacoborus added a commit that referenced this issue Aug 24, 2016
@jacoborus
Copy link
Owner

Hey @tombell , can you update tender, try again without the let macvim_skip_colorscheme=1 and tell if it works well now please?

@tombell
Copy link
Author

tombell commented Sep 19, 2016

Same issue as before I'm afraid.

@jithine
Copy link

jithine commented Oct 4, 2016

I have the same issue, however adding let macvim_skip_colorscheme=1 fixes it.

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

3 participants