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

How can i modify multiple comment scheme #46

Closed
hacpai opened this issue Feb 4, 2015 · 5 comments
Closed

How can i modify multiple comment scheme #46

hacpai opened this issue Feb 4, 2015 · 5 comments

Comments

@hacpai
Copy link

hacpai commented Feb 4, 2015

Look, it look terrible when multiple comment

How can i modify multiple comment scheme to make more artistic?

@morhetz
Copy link
Owner

morhetz commented Feb 4, 2015

Please, read wiki first

@morhetz morhetz closed this as completed Feb 4, 2015
@hacpai
Copy link
Author

hacpai commented Feb 4, 2015

@morhetz Sorry, i configure my development according to wiki, but it doesn't change at all.

This is my dot file.
.zshrc
.bash_profile
.vimrc

@morhetz
Copy link
Owner

morhetz commented Feb 4, 2015

Just swap these lines

 " Gruvbox Color Scheme for Vim
colorscheme gruvbox
let g:gruvbox_italic = 0 

to

 " Gruvbox Color Scheme for Vim
let g:gruvbox_italic = 0
colorscheme gruvbox

And I'm not so sure that source "$HOME/.vim/bundle/gruvbox/gruvbox_256palette_osx.sh" at your zshrc is the correct path, since Vundle isn't mentioned at your vimrc

@morhetz morhetz reopened this Feb 4, 2015
@hacpai
Copy link
Author

hacpai commented Feb 4, 2015

Thanks a lot. It display normal.

Could you ask me why succeed just swap two line?

在 2015年2月4日 下午5:31:52, Pavel Pertsev ([email protected]) 写到:

Reopened #46.


Reply to this email directly or view it on GitHub.

@morhetz
Copy link
Owner

morhetz commented Feb 4, 2015

Configuration options should be set before loading colorscheme, since gruvbox tries to parse config options on load and doesn't handle changes on the fly.

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

2 participants