We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
My guifont is
guifont=Consolas:h9:cEASTEUROPE
which in vim-thematic comes down to
or ...
guifont=Consolas:h9
Is vim-thematic missing the option to set encoding?
The text was updated successfully, but these errors were encountered: