aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2021-02-24 11:21:53 +0000
committerGitHub <noreply@github.com>2021-02-24 11:21:53 +0000
commit5e0f136779dcc7bdd5f31ca3f55104b8b050c406 (patch)
treedcaa1724e9035461be44cd4cf6786ac45b536a37 /README.md
parent664d5f22585181d34ea5b83bbd4deb1aa3b008af (diff)
parentb07dca2fd0a212f572c6931db3abf58fefd2bc89 (diff)
downloadlite-xl-plugins-5e0f136779dcc7bdd5f31ca3f55104b8b050c406.tar.gz
lite-xl-plugins-5e0f136779dcc7bdd5f31ca3f55104b8b050c406.zip
Merge pull request #118 from BenStigsen/patch-1
Add theme scheduler
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 d756aaa..537b2a6 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ Plugin | Description
[`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
+[`themescheduler`](https://github.com/BenStigsen/lite-config/blob/main/plugins/themescheduler.lua?raw=1) | Schedule themes to be used at certain times
[`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`
[`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`