From dee7b441e1eeca720ff82ba9b8726fd2c2ba7977 Mon Sep 17 00:00:00 2001 From: Benjamin Stigsen Date: Mon, 25 Jan 2021 15:11:49 +0100 Subject: Added themescheduler.lua A theme changer that depending on the time (which the user adds) changes themes. Useful for saving your eyes late at night. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index bcee2ac..225c039 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,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://raw.githubusercontent.com/BenStigsen/lite-config/main/plugins/themescheduler.lua) | 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` -- cgit v1.2.3 From b07dca2fd0a212f572c6931db3abf58fefd2bc89 Mon Sep 17 00:00:00 2001 From: Benjamin Stigsen Date: Mon, 25 Jan 2021 15:33:39 +0100 Subject: Changed link styling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 225c039..7261f0c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,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://raw.githubusercontent.com/BenStigsen/lite-config/main/plugins/themescheduler.lua) | Schedule themes to be used at certain times +[`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` -- cgit v1.2.3