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

Lacking the option for font encoding #16

Open
ldigas opened this issue Feb 15, 2015 · 1 comment
Open

Lacking the option for font encoding #16

ldigas opened this issue Feb 15, 2015 · 1 comment

Comments

@ldigas
Copy link

ldigas commented Feb 15, 2015

My guifont is
guifont=Consolas:h9:cEASTEUROPE

which in vim-thematic comes down to

let g:thematic#themes = {
\'badwolf' : {'background' : 'dark',
\             'colorscheme' : 'badwolf',
\             'typeface' : 'Consolas',
\             'font-size' : 9,
\             }
\}

or ...
guifont=Consolas:h9

Is vim-thematic missing the option to set encoding?

@ldigas ldigas changed the title Lacking the option for Lacking the option for font encoding Feb 15, 2015
@reedes
Copy link
Collaborator

reedes commented Feb 15, 2015

Yep, Thematic is currently missing a 'font-encoding' feature, but that can be added.

I'm not sure how soon I can get to it, but a pull-request with the change from you or another user would be welcome.

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