Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
29
.config/lite-xl/plugins/lsp/fonts/README.md
Normal file
29
.config/lite-xl/plugins/lsp/fonts/README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue