Jean Guyomarc'h

Results 28 comments of Jean Guyomarc'h

Hi, thanks for the report. I think that these two issues are not correlated. ### About the issue you are having with `guifont` The error message states: ``` invalid guifont='FiraCode...

Oops,GitHub automatically closed the issue... this was not intended.

Thanks for the report. Eovim 0.1.3 is quite old, as I failed to release on a regular basis. Eovim on branch `master` is currently struck by a bug in EFL...

I expect to make a release next week. It would be very nice if you could try the `master` branch and check if the problem you have is still present.

Hi, do you have an update on your issue?

Hi, sorry for not acknowleding your issue, it seemed to have vanished from my mind. If I understood correctly: - you have written your own theme (congrats :D) - eovim...

Oh, and I would love to see the eovim theme tutorial you mentioned.

Thanks for your very detailed report and your thoughts on eovim, I really appreciate ;) The text widget I use in eovim enables rich text rendering, such as ligatures, easy...

Okay... interesting. I'll investigate the font issue more into details. Thanks for the info. For setting `termguicolors` only when Eovim runs, I think you can do the following: ```vim if...

Mhh... let me try to rephrase, to see if I understood you correctly. Let say that you have a vim plugin that scans the current buffer for information. For example:...