diff options
author | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-06-03 13:31:59 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-06-03 13:31:59 +0200 |
commit | 72635f83491e945ea4d3d27c2dd17167bffc988e (patch) | |
tree | d815bc0ea9935605189cba536655553bccedf7e4 /spell/README_de.txt | |
parent | 1434c1daf599f2703fd5951556283d4856127005 (diff) | |
download | gabrielgio.lua-72635f83491e945ea4d3d27c2dd17167bffc988e.tar.gz gabrielgio.lua-72635f83491e945ea4d3d27c2dd17167bffc988e.tar.bz2 gabrielgio.lua-72635f83491e945ea4d3d27c2dd17167bffc988e.zip |
Add pt and de dictionary
Diffstat (limited to 'spell/README_de.txt')
-rw-r--r-- | spell/README_de.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spell/README_de.txt b/spell/README_de.txt new file mode 100644 index 0000000..be57673 --- /dev/null +++ b/spell/README_de.txt @@ -0,0 +1,11 @@ +README.md +# German dictionaries for Vim + +This is an effort to create a reliable german dictionary for Vim. It +combines he well known *frami* word lists with an affix file compatible +to Vims MySpell / Hunspell dialect. + +* The word lists are taken from: + https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries +* The affix files are based upon earlier work found here: + https://github.com/ganwell/vim-hunspell-dicts |