diff options
author | Benjamin Stigsen <benjamin.stigsen@gmail.com> | 2021-01-25 15:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 15:33:39 +0100 |
commit | b07dca2fd0a212f572c6931db3abf58fefd2bc89 (patch) | |
tree | 4c09cddad047410d5cc76bc46eee09b7a225e5f1 | |
parent | dee7b441e1eeca720ff82ba9b8726fd2c2ba7977 (diff) | |
download | lite-xl-plugins-b07dca2fd0a212f572c6931db3abf58fefd2bc89.tar.gz lite-xl-plugins-b07dca2fd0a212f572c6931db3abf58fefd2bc89.zip |
Changed link styling
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |