diff options
author | Frank Seifferth <frankseifferth@posteo.net> | 2021-10-07 15:25:48 +0200 |
---|---|---|
committer | Frank Seifferth <frankseifferth@posteo.net> | 2021-10-07 15:27:41 +0200 |
commit | 0ee415c2d77378bc90cea2905579fc40cb2011ec (patch) | |
tree | 18f6d25060abf1393105b3f8638c212de6187147 /README.md | |
parent | 556370f35d4486ad01d549a7f6ff24618a547908 (diff) | |
download | vis-editorconfig-0ee415c2d77378bc90cea2905579fc40cb2011ec.tar.gz |
Add spell_language
This is not part of the editorconfig specs, but has been proposed
(cf. https://github.com/editorconfig/editorconfig/issues/315).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ plugin. At this moment, there is full support for the following settings: The following settings are implemented partially and / or support is turned off by default: +- spell_language: This is not yet part of the editorconfig specification + (cf. <https://github.com/editorconfig/editorconfig/issues/315>), but + it is implemented anyway. Since vis does not support spellchecking + natively, this plugin will only set `vis.win.file.spell_language` to + the specified value. It is then up to the spellchecking plugin to + respect that variable. - trim_trailing_whitespace: Turned off by default, can be enabled via `:set edconfhooks on`. - end_of_line: Turned off by default, partial support can be enabled |