29 lines
700 B
Markdown
29 lines
700 B
Markdown
# 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
|