aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2021-01-09 15:57:41 +0000
committerGitHub <noreply@github.com>2021-01-09 15:57:41 +0000
commit1446cd2357239caa4f9157d5c8404a2384626caa (patch)
treed8f4ab2bede8a9519baf89539f364ebe922bdd2f /README.md
parent345e49ce2635107a55f53050ee44f7a92822b117 (diff)
parentf14d0e4ec215f91cfc7d72d1481e23b40e431ca9 (diff)
downloadlite-xl-plugins-1446cd2357239caa4f9157d5c8404a2384626caa.tar.gz
lite-xl-plugins-1446cd2357239caa4f9157d5c8404a2384626caa.zip
Merge pull request #112 from takase1121/patch-1
add fallbackfonts
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d409509..bcee2ac 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Plugin | Description
[`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline.lua?raw=1) | Make sure the file ends with one blank line.
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
[`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result
+[`fallbackfonts`](https://github.com/takase1121/lite-fallback-fonts)* | Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))*
[`ghmarkdown`](plugins/ghmarkdown.lua?raw=1) | Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))*
[`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*
[`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases