-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Go method and struct highlighting missing #36
Comments
I'm sorry I didn't got the whole thing
PS. It seems like |
Yep. Host is on the right. I'm using the vim-go plugin by fatih. I think the error comes with vim not having the correct syntax file for go. So I guess this would have nothing to do with your color scheme and I should be checking there. Sorry! |
It seems like you had not set GOPATH variable yet. |
I'm both not using iTerm and the shell script on my Mac. Plain terminal.app and it's working perfectly fine! I just tried the one script on Ubuntu because I suspected it missing and causing the error. |
Oh, ok. I've heard of some Terminal.app related issues. That's great if it working perfectly for you. |
So I've been successfully using gruvbox on my iMac and wanted to also set it up in my vagrant machine running Ubuntu 14.04 LTS.
I wrote a provisioning file to install vim, vundle and gruvbox. Everything gets installed but if I compare the same file with my host OS X machine and the virtual machine with Ubuntu it looks different:
Basically some highlights are missing. I'm also running
~/.vim/bundle/gruvbox/gruvbox_256palette.sh
in my.bashrc
.Any clue?
The text was updated successfully, but these errors were encountered: