aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliquid600pgm <liquidekgaming@gmail.com>2020-12-06 17:04:41 +0100
committerliquid600pgm <liquidekgaming@gmail.com>2020-12-06 17:04:41 +0100
commitb65e25e67ed3300fc03bcbb15b7e6bf7ab8a2796 (patch)
tree6f3f93aab91e28c7fdbc8dc05ffd3b3adcff9dbb /README.md
parentac84d33ab234f1419b85028c735e1f970924abdb (diff)
downloadlite-xl-plugins-b65e25e67ed3300fc03bcbb15b7e6bf7ab8a2796.tar.gz
lite-xl-plugins-b65e25e67ed3300fc03bcbb15b7e6bf7ab8a2796.zip
added tabnumbers.lua
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 3701607..28c87e0 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Plugin | Description
[`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))*
[`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically
[`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *— note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe*
+[`tabnumbers`](plugins/tabnumbers.lua?raw=1) | Displays tab numbers from 1–9 next to their names *([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))
[`theme16`](https://github.com/monolifed/theme16)* | Theme manager with base16 themes
[`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
[`todotreeview`](https://github.com/drmargarido/TodoTreeView)* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`