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

Add gVim support for Windows #67

Closed
mrtank opened this issue Jan 20, 2020 · 4 comments
Closed

Add gVim support for Windows #67

mrtank opened this issue Jan 20, 2020 · 4 comments

Comments

@mrtank
Copy link

mrtank commented Jan 20, 2020

I have a gVim 8.2 install from the original site of vim (https://ftp.nluug.nl/pub/vim/pc/gvim82.exe), and I have been able to use Fira Code with ligatures with some extra vimrc tinkering:

set renderoptions=type:directx
set guifont=Fira\ Code\ Regular:h10

But the following doesn't work: set guifont=JetBrains\ Mono\ Regular:h13

@damnskippy
Copy link

Dupe of issue #4 likely.

@mrtank
Copy link
Author

mrtank commented Jan 23, 2020

Doesn't draw the ligatures as we type (like fira code did), but at least after reloading the file, the ligatures show. (1.0.1 ttf)

@mrtank mrtank closed this as completed Jan 23, 2020
@slobodanz167
Copy link

Just use set guifont=JetBrains\ Mono:h13

@mrtank
Copy link
Author

mrtank commented May 18, 2022

It doesn't matter if you add \ Regular or not. The problem is that it doesn't automatically draws the ligatures only for CTRL + L (refresh). FiraCode has that problem Sometimes tonsky/FiraCode#462 . But for JetBrains Mono it's constant.

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

3 participants