diff options
author | Frank Seifferth <frankseifferth@posteo.net> | 2021-10-07 15:33:36 +0200 |
---|---|---|
committer | Frank Seifferth <frankseifferth@posteo.net> | 2021-10-07 15:33:36 +0200 |
commit | 5109c41cf37c4ac2868491a6cad7faeae96973e5 (patch) | |
tree | b620cfb28dddaf6694aad3f28976c2b514edfbc0 /init.lua | |
parent | be1e08c900fe53ebe4dfdc458f93081a4c02ed64 (diff) | |
download | vis-spellcheck-5109c41cf37c4ac2868491a6cad7faeae96973e5.tar.gz |
Use 'vis.win.file.spell_language' rather than 'spellcheck.lang'
There is some discussion on the editorconfig side
about whether a 'spell_language' key could be added
(cf. https://github.com/editorconfig/editorconfig/issues/315,
https://github.com/seifferth/vis-editorconfig/pull/8). This key would
specify the natural language a file is written in and it would then
be up to the editor or plugin doing the spellchecking to respect that
setting and behave accordingly.
Since it is out of the scope of the vis-editorconfig plugin to
implement spellchecking, and since I would like the vis-editorconfig
plugin to work both with and without vis-spellcheck, I suggest
to use 'vis.win.file.spell_language' to store the document
language. With commit 0ee415c in the vis-editorconfig repo
(https://github.com/seifferth/vis-editorconfig), this value is already
set to the appropriate value. This commit adjusts the spellchecking
plugin to use the same global value. I did some testing that suggests
it should work.
There might still be some hickups if 'vis.win.file' does not exist.
This is a non-issue for editorconfig, since editorconfig only works
if 'vis.win.file.path' exists (which configuration is used depends
on the path). The Readme would also need some adjustment.
Diffstat (limited to 'init.lua')
0 files changed, 0 insertions, 0 deletions