diff options
author | Jean-Sébastien Nadeau <mundusnine@gmail.com> | 2020-05-22 10:56:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 10:56:58 -0400 |
commit | c28b35783a4df20aaa79ca9d329efec3bd4b3ee2 (patch) | |
tree | 383c7b171d321e8cbe4804cc8cb89784469f9929 /README.md | |
parent | 6695b1e41d3f0dd7dfe8c61115dbd5af604d3d4e (diff) | |
download | lite-xl-plugins-c28b35783a4df20aaa79ca9d329efec3bd4b3ee2.tar.gz lite-xl-plugins-c28b35783a4df20aaa79ca9d329efec3bd4b3ee2.zip |
Add a note on spellchecking for windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ Plugin | Description [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url [`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))* +[`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* On Windows no dictionary file exists for spellchecking. You can add a words.txt file beside the exe to remedy this. [Example file](https://github.com/dwyl/english-words/blob/master/words.txt) [`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` |