Wednesday, September 8, 2021

vim/gvim and ligature support

Hi there,
I am on Ubuntu 20.04 LTS and vim/gvim is 8.1.2269.

I love ligature support in the editor and I like to understand how
ligature support works in vim.


vim

Here it is easy. If the terminal has ligature support then it is
automatically available in vim.


gvim

Here I only can say what my observations are.

In my settings I have

if has('gui_running')
set guifont=Fira\ Code\ 13
endif

Now ligature support is available with certain themes I use. But with
some other themes there is no ligature support.

Question: How does this work in gvim?


Thanks.

--
Manfred

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20210908083554.471b6541%40hogwart.

No comments: