aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Stigsen <benjamin.stigsen@gmail.com>2021-01-25 15:33:39 +0100
committerGitHub <noreply@github.com>2021-01-25 15:33:39 +0100
commitb07dca2fd0a212f572c6931db3abf58fefd2bc89 (patch)
tree4c09cddad047410d5cc76bc46eee09b7a225e5f1
parentdee7b441e1eeca720ff82ba9b8726fd2c2ba7977 (diff)
downloadlite-xl-plugins-b07dca2fd0a212f572c6931db3abf58fefd2bc89.tar.gz
lite-xl-plugins-b07dca2fd0a212f572c6931db3abf58fefd2bc89.zip
Changed link styling
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`