aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJean-Sébastien Nadeau <mundusnine@gmail.com>2020-05-22 10:56:58 -0400
committerGitHub <noreply@github.com>2020-05-22 10:56:58 -0400
commitc28b35783a4df20aaa79ca9d329efec3bd4b3ee2 (patch)
tree383c7b171d321e8cbe4804cc8cb89784469f9929 /README.md
parent6695b1e41d3f0dd7dfe8c61115dbd5af604d3d4e (diff)
downloadlite-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e5132a..fa5e3a9 100644
--- a/README.md
+++ b/README.md
@@ -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`