Initial commit

This commit is contained in:
Patrick Alvin Alcala 2025-06-26 16:53:43 +08:00
commit 209ba130c0
4852 changed files with 1517959 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# Fonts used by the LSP Plugin
This directory holds fonts to enhance the LSP expirience. They are
generated by copying only the desired glyphs from other known fonts
([Nerd Fonts](https://www.nerdfonts.com/)).
## Requirements
* Symbols-2048-em Nerd Font Complete Mono.ttf - symbols.ttf
**Resources:**
* https://www.nerdfonts.com/font-downloads
* https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/NerdFontsSymbolsOnly.zip
## How to generate
Copy all the required base fonts into this directory and run:
```sh
./generate-fonts.py
```
or
```sh
fontforge -script generate-fonts.py
```
## Generated Fonts
* `symbols.ttf` - LSP symbols font used as icons on the autocomplete plugin