aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md
index bb8b029..9a33493 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ low dpi(90-120) displays.
18 18
19 - Scaleable `ttf` format 19 - Scaleable `ttf` format
20 - Raster formats: `otb` and `bdf` 20 - Raster formats: `otb` and `bdf`
21 - Ligatures (vim and neovim only)
21 - **Bold** and *Italic* variants 22 - **Bold** and *Italic* variants
22 - New Characters to the following unicode blocks: 23 - New Characters to the following unicode blocks:
23 * Geometric Shapes 24 * Geometric Shapes
@@ -34,9 +35,13 @@ low dpi(90-120) displays.
34 35
35## Gallery 36## Gallery
36 37
37| ![sample image](./img/sci4.png) | ![sample image](./img/sci2.png) | ![sample image](./img/sci3.png) | ![sample image](./img/sci1.png) | 38| ![sample image](./img/sci4.png) | ![sample image](./img/sci2.png) | ![sample image](./img/sci3.png) |
38| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | 39| -------------------------------- | -------------------------------- | -------------------------------- |
39| Programming | Box Drawings | Latin, Polish, Slovakian, French, German | Powerline glyphs | 40| Programming | Box Drawings | Latin, Polish, Slovakian, French, German |
41
42| ![sample image](./img/sci1.png) | ![sample image](./img/sci5.png) |
43| -------------------------------- | -------------------------------- |
44| Powerline Glyphs | Ligatures (Rust, Python, Haskell, Ocaml) |
40 45
41 46
42## Installation 47## Installation
@@ -44,6 +49,13 @@ low dpi(90-120) displays.
44Installation instructions have been moved to 49Installation instructions have been moved to
45[`INSTALL.md`](INSTALL.md). 50[`INSTALL.md`](INSTALL.md).
46 51
52## Ligatures
53
54Scientifica supports ligatures in Vim and Neovim via the
55conceal feature. Please read the
56[Ligatures](ligature_plugins/README.md)
57manual for instructions.
58
47 59
48## Credits 60## Credits
49 61